Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
3b829366cc6d0adeb4df2c2d917926f6b41c573d
/
net
3b82936
atm: clip: move clip_devs check to clip_push
by Jorge Boncompte [DTI2]
· 13 years ago
ada22aa
atm: clip: Don't move counters backwards
by Jorge Boncompte [DTI2]
· 13 years ago
fe685b8
atm: br2684: Do not move counters backwards
by Jorge Boncompte [DTI2]
· 13 years ago
26bff94
xfrm: optimize ipv4 selector matching
by Alexey Dobriyan
· 13 years ago
5bc1421
net: add network priority cgroup infrastructure (v4)
by Neil Horman
· 13 years ago
a2d7ec5
netfilter: use jump_label for nf_hooks
by Eric Dumazet
· 13 years ago
65d9d2c
RxRPC: Use kmemdup rather than duplicating its implementation
by Thomas Meyer
· 13 years ago
8524b00
irttp: Use kmemdup rather than duplicating its implementation
by Thomas Meyer
· 13 years ago
efd0bf9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
9cc20b2
ipv4: fix redirect handling
by Eric Dumazet
· 13 years ago
fb120c0
ping: dont increment ICMP_MIB_INERRORS
by Eric Dumazet
· 13 years ago
bdb6e69
Phonet: set the pipe handle using setsockopt
by Dinesh Kumar Sharma
· 13 years ago
805dc1d
ip_gre: Set needed_headroom dynamically again
by Herbert Xu
· 13 years ago
4ce4091
packet: Add needed_tailroom to packet_sendmsg_spkt
by Herbert Xu
· 13 years ago
ae64194
net: Remove all uses of LL_ALLOCATED_SPACE
by Herbert Xu
· 13 years ago
a7ae199
ipv6: Remove all uses of LL_ALLOCATED_SPACE
by Herbert Xu
· 13 years ago
6608824
ipv4: Remove all uses of LL_ALLOCATED_SPACE
by Herbert Xu
· 13 years ago
adc9300
net: use jump_label to shortcut RPS if not setup
by Eric Dumazet
· 13 years ago
e11c259
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
8d26784
ipv6: Use pr_warn() in ip6_fib.c
by David S. Miller
· 13 years ago
14df015
IPV6 Fix a crash when trying to replace non existing route
by Matti Vaittinen
· 13 years ago
ccf5ff6
net: new counter for tx_timeout errors in sysfs
by david decotigny
· 13 years ago
19b05f8
net-sysfs: fixed minor sparse warning
by david decotigny
· 13 years ago
09da71b
net: ethtool: fix coding style
by Michał Mirosław
· 13 years ago
d445ba6
6LoWPAN: double free in lowpan_fragment_xmit()
by Dan Carpenter
· 13 years ago
34324dc
net: remove NETIF_F_NO_CSUM feature bit
by Michał Mirosław
· 13 years ago
475414f
ethtool: prepare for larger netdev_features_t type
by Michał Mirosław
· 13 years ago
9d92154
net: ethtool: use C99 array initialization for feature-names table
by Michał Mirosław
· 13 years ago
c8f44af
net: introduce and use netdev_features_t for device features sets
by Michał Mirosław
· 13 years ago
02b3a55
net: ethtool: break association of ETH_FLAG_* with NETIF_F_*
by Michał Mirosław
· 13 years ago
bc5787c
net: remove legacy ethtool ops
by Michał Mirosław
· 13 years ago
fa2da8c
bridge: correct IPv6 checksum after pull
by stephen hemminger
· 13 years ago
588f033
net: use jump_label for netstamp_needed
by Eric Dumazet
· 13 years ago
709e869
tcp: clear xmit timers in tcp_v4_syn_recv_sock()
by Eric Dumazet
· 13 years ago
229a66e
IPv6: Removing unnecessary NULL checks.
by Matti Vaittinen
· 13 years ago
eec2057
net/packet: Revert incorrect dead-code changes to prb_setup_retire_blk_timer
by Jesper Juhl
· 13 years ago
f8b8a80
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by David S. Miller
· 13 years ago
ad79eef
ipv4: fix a memory leak in ic_bootp_send_if
by RongQing.Li
· 13 years ago
4a287eb
IPv6 routing, NLM_F_* flag support: REPLACE and EXCL flags support, warn about missing CREATE flag
by Matti Vaittinen
· 13 years ago
d71314b
IPv6 routing, NLM_F_* flag support: warn if new route is created without NLM_F_CREATE
by Matti Vaittinen
· 13 years ago
b2b5ce9
net: introduce build_skb()
by Eric Dumazet
· 13 years ago
06236ac
net-netlink: Add a new attribute to expose TCLASS values via netlink
by Maciej Żenczykowski
· 13 years ago
8b5c171
neigh: new unresolved queue limits
by Eric Dumazet
· 13 years ago
292d139
bridge: add NTF_USE support
by stephen hemminger
· 13 years ago
ef5e0d8
bridge: Fix potential deadlock on br->multicast_lock
by Andrey Vagin
· 13 years ago
731abb9
ip6_tunnel: copy parms.name after register_netdevice
by Josh Boyer
· 13 years ago
f8b1b5d
6LoWPAN: UDP header decompression
by alex.bluesman.smirnov@gmail.com
· 13 years ago
3bd5b95
6LoWPAN: UDP header compression
by alex.bluesman.smirnov@gmail.com
· 13 years ago
4d039f6
6LoWPAN: set proper netdev flags
by alex.bluesman.smirnov@gmail.com
· 13 years ago
e86586b
6LoWPAN: disable debugging by default
by alex.bluesman.smirnov@gmail.com
· 13 years ago
719269a
6LoWPAN: add fragmentation support
by alex.bluesman.smirnov@gmail.com
· 13 years ago
2a24444
ipv6: reduce percpu needs for icmpv6msg mibs
by Eric Dumazet
· 13 years ago
77c1c7c
rds: drop "select LLIST"
by Paul Bolle
· 13 years ago
3ed90f7
net/packet: remove dead code and unneeded variable from prb_setup_retire_blk_timer()
by Jesper Juhl
· 13 years ago
4b90a60
ah: Don't return NET_XMIT_DROP on input.
by Nick Bowler
· 13 years ago
b4487c2
mac80211: fix warning in ieee80211_probe_client
by Johannes Berg
· 13 years ago
868a5f7
minstrel: Remove unused function parameter in calc_rate_durations()
by Patrick Kelle
· 13 years ago
0294582
mac80211: Save probe response data for bss
by Arik Nemtsov
· 13 years ago
00f740e
nl80211: Pass probe response data to drivers
by Arik Nemtsov
· 13 years ago
87bbbe2
nl80211: Add probe response offload attribute
by Arik Nemtsov
· 13 years ago
d64d373
nl80211: fix compiler warning
by Johannes Berg
· 13 years ago
e0830f7
mac80211: make sure hw_key exists before checking its flags
by Arik Nemtsov
· 13 years ago
8e1b23b
mac80211: add recalc PS in ieee80211_reconfig()
by Eyal Shapira
· 13 years ago
db98c82
NFC: Check if NCI data flow control is used
by Ilan Elias
· 13 years ago
ee4c64f
NFC: Removal of unused operations for NCI spec 1.0 d18
by Ilan Elias
· 13 years ago
e8c0dac
NFC: Update names and structs to NCI spec 1.0 d18
by Ilan Elias
· 13 years ago
e999882
mac80211/cfg80211: report monitor channel in wireless extensions
by Johannes Berg
· 13 years ago
07ef03e
mac80211: simplify scan state machine
by Johannes Berg
· 13 years ago
86a2ea4
mac80211: set carrier_on for ibss vifs only while joined
by Eliad Peller
· 13 years ago
d64cf63
mac80211: init rate-control for TDLS sta when supp-rates are known
by Arik Nemtsov
· 13 years ago
dd9dfb9
cfg80211: merge in beacon ies of hidden bss.
by Dmitry Tarnyagin
· 13 years ago
fb14ca4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
by John W. Linville
· 13 years ago
d826eb1
ipv4: PKTINFO doesnt need dst reference
by Eric Dumazet
· 13 years ago
3b971a7
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by David S. Miller
· 13 years ago
1bac92c
net/rfkill/core.c: use kstrtoul, etc
by Julia Lawall
· 13 years ago
61e3f32
net/mac80211/debugfs.c: use kstrtoul, etc
by Julia Lawall
· 13 years ago
a729cff
mac80211: implement wifi TX status
by Johannes Berg
· 13 years ago
1f074bd
nl80211: advertise socket TX status capability
by Johannes Berg
· 13 years ago
e412156
mac80211: Also report the STA's TDLS flag via nl80211
by Helmut Schaa
· 13 years ago
e247bd90
cfg80211/mac80211: allow management TX to not wait for ACK
by Johannes Berg
· 13 years ago
e7f4a94
mac80211: send unexpected 4addr event
by Johannes Berg
· 13 years ago
b92ab5d
cfg80211: add event for unexpected 4addr frames
by Johannes Berg
· 13 years ago
ee97192
mac80211: report OBSS beacons
by Johannes Berg
· 13 years ago
5e76023
cfg80211: allow registering to beacons
by Johannes Berg
· 13 years ago
0650073
mac80211: support client probe
by Johannes Berg
· 13 years ago
7f6cf31
nl80211: add API to probe a client
by Johannes Berg
· 13 years ago
562a748
nl80211: advertise device AP SME
by Johannes Berg
· 13 years ago
21fc756
mac80211: support spurious class3 event
by Johannes Berg
· 13 years ago
28946da
nl80211: allow subscribing to unexpected class3 frames
by Johannes Berg
· 13 years ago
665c93a
mac80211: add support for control port protocol in AP mode
by Johannes Berg
· 13 years ago
6096de7
mac80211: add helper to free TX skb
by Johannes Berg
· 13 years ago
d0ce185
mac80211: simplify mesh frame queue mapping and QoS
by Javier Cardona
· 13 years ago
660c6a4
mac80211: check if frame is really part of this BA
by Thomas Pedersen
· 13 years ago
6cc00d5
mac80211: QoS multicast frames have No Ack policy
by Thomas Pedersen
· 13 years ago
acb32ba
ipv4: reduce percpu needs for icmpmsg mibs
by Eric Dumazet
· 13 years ago
f3011cf
mac80211: Avoid filling up mesh preq queue with redundant requests
by Javier Cardona
· 13 years ago
7b7eab6
mac80211: verify virtual interfaces in driver API
by Johannes Berg
· 13 years ago
6e3e939
net: add wireless TX status socket option
by Johannes Berg
· 13 years ago
4fdbff0
mac80211: simplify ieee80211_work_work
by Stanislaw Gruszka
· 13 years ago
0b62ffb
mac80211: remove useless brackets in ieee80211_cfg_on_oper_channel
by Stanislaw Gruszka
· 13 years ago
Next »