Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8beb9ab6c2df203e8d68cb1f48cf42604a6bed86
/
net
8beb9ab
llc: convert llc_sap_list to RCU
by Octavian Purdila
· 15 years ago
52d58ae
llc: replace the socket list with a local address based hash
by Octavian Purdila
· 15 years ago
6d2e3ea
llc: use a device based hash table to speed up multicast delivery
by Octavian Purdila
· 15 years ago
0f7b67d
llc: optimize multicast delivery
by Octavian Purdila
· 15 years ago
b76f5a8
llc: convert the socket list to RCU locking
by Octavian Purdila
· 15 years ago
abf9d53
llc: add support for SO_BINDTODEVICE
by Octavian Purdila
· 15 years ago
e5cd6fe
llc: add support for LLC_OPT_PKTINFO
by Octavian Purdila
· 15 years ago
bf9ae53
llc: use dev_hard_header
by Octavian Purdila
· 15 years ago
f83d664
wireless: fix comments in genregdb.awk
by John W. Linville
· 15 years ago
d346f49
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 15 years ago
31d1292
net: Add rtnetlink init_rcvwnd to set the TCP initial receive window
by laurent chavey
· 15 years ago
068a2de
net: release dst entry while cache-hot for GSO case too
by Krishna Kumar
· 15 years ago
def87cf
tcp: Slightly optimize tcp_sendmsg
by Krishna Kumar
· 15 years ago
afeca34
tcp: Remove unrequired operations in tcp_push()
by Krishna Kumar
· 15 years ago
12d50c4
tcp: Remove check in __tcp_push_pending_frames
by Krishna Kumar
· 15 years ago
b4de921
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
7acd72e
kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...
by Stefani Seibold
· 15 years ago
e64c026
kfifo: cleanup namespace
by Stefani Seibold
· 15 years ago
c1e13f2
kfifo: move out spinlock
by Stefani Seibold
· 15 years ago
4546548
kfifo: move struct kfifo in place
by Stefani Seibold
· 15 years ago
9da3e06
mac80211: only bother printing highest data rate on debugfs if its set
by Luis R. Rodriguez
· 15 years ago
7db94e2
mac80211: parse the HT capabilities info through debugfs
by Luis R. Rodriguez
· 15 years ago
cb136f5
mac80211: make debugfs mcs set entry reflect 16 bits
by Luis R. Rodriguez
· 15 years ago
2c7e6bc
mac80211: disallow fixing bitrates with hw rate control
by Johannes Berg
· 15 years ago
5d1ec85
mac80211: dont try to use existing sta for AP
by Johannes Berg
· 15 years ago
5fba4af
cfg80211: avoid sending spurious deauth to userspace
by Johannes Berg
· 15 years ago
f38fd12
mac80211: allow disabling 40MHz on 2.4GHz
by Johannes Berg
· 15 years ago
0f78231
mac80211: enable spatial multiplexing powersave
by Johannes Berg
· 15 years ago
eaf85ca
wireless: add ieee80211_amsdu_to_8023s
by Zhu Yi
· 15 years ago
ca99861
mac80211 : fix a race with update_tkip_key
by gregor kowski
· 15 years ago
3b377ea
wireless: support internal statically compiled regulatory database
by John W. Linville
· 15 years ago
59d9cb0
mac80211: remove payload alignment warning
by Kalle Valo
· 15 years ago
12375ef
mac80211: trace interface name
by Johannes Berg
· 15 years ago
47846c9
mac80211: reduce reliance on netdev
by Johannes Berg
· 15 years ago
abe6063
mac80211: make station management completely depend on vif
by Johannes Berg
· 15 years ago
ed4b201
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by David S. Miller
· 15 years ago
292be57
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
0183826
mac80211: fix WMM AP settings application
by Johannes Berg
· 15 years ago
9a418af
mac80211: fix peer HT capabilities
by Johannes Berg
· 15 years ago
254416a
wireless: report reasonable bitrate for MCS rates through wext
by John W. Linville
· 15 years ago
3705e11
ipv6: fix an oops when force unload ipv6 module
by Yang Hongyang
· 15 years ago
9c69fab
netns: fix net.ipv6.route.gc_min_interval_ms in netns
by Alexey Dobriyan
· 15 years ago
b13f586
Bluetooth: Fix L2CAP locking scheme regression
by Andrei Emeltchenko
· 15 years ago
186ee8c
Bluetooth: Ack L2CAP I-frames before retransmit missing packet
by Gustavo F. Padovan
· 15 years ago
186de9a
Bluetooth: Fix unset of RemoteBusy flag for L2CAP
by Gustavo F. Padovan
· 15 years ago
971beb8
Bluetooth: Fix PTR_ERR return of wrong pointer in hidp_setup_hid()
by Roel Kluin
· 15 years ago
a3a065e3
fs: no games with DCACHE_UNHASHED
by Nick Piggin
· 15 years ago
bac5e54
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 15 years ago
e4bdda1
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 15 years ago
37c24b3
Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 15 years ago
59be2e0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
e69381b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 15 years ago
2c48b9c
switch alloc_file() to passing struct path
by Al Viro
· 15 years ago
cc3808f
switch sock_alloc_file() to alloc_file()
by Al Viro
· 15 years ago
6b18662
9p connect fixes
by Al Viro
· 15 years ago
7cbe66b
merge sock_alloc_fd/sock_attach_fd into a new helper
by Al Viro
· 15 years ago
198de4d
reorder alloc_fd/attach_fd in socketpair()
by Al Viro
· 15 years ago
28dfef8
const: constify remaining pipe_buf_operations
by Alexey Dobriyan
· 15 years ago
1a35ca8
packet: dont call sleeping functions while holding rcu_read_lock()
by Eric Dumazet
· 15 years ago
81e839e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6
by David S. Miller
· 15 years ago
bb5b7c1
tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.
by David S. Miller
· 15 years ago
689cf5c
nfs: enforce FIFO ordering of operations trying to acquire slot
by Alexandros Batsakis
· 15 years ago
48f1861
rpc: add rpc_queue_empty function
by Alexandros Batsakis
· 15 years ago
e7d2860
tree-wide: convert open calls to remove spaces to skip_spaces() lib function
by André Goddard Rosa
· 15 years ago
4714521
const: constify remaining dev_pm_ops
by Alexey Dobriyan
· 15 years ago
258c889
ipvs: zero usvc and udest
by Simon Horman
· 15 years ago
8fa9ff6
netfilter: fix crashes in bridge netfilter caused by fragment jumps
by Patrick McHardy
· 15 years ago
0b5ccb2
ipv6: reassembly: use seperate reassembly queues for conntrack and local delivery
by Patrick McHardy
· 15 years ago
d24deb2
mac80211: Add define for TX headroom reserved by mac80211 itself.
by Gertjan van Wingerde
· 15 years ago
9abfe31
ipvs: fix synchronization on connection close
by Xiaotian Feng
· 15 years ago
d90a909
net: Fix userspace RTM_NEWLINK notifications.
by Eric W. Biederman
· 15 years ago
5781b23
udp: udp_lib_get_port() fix
by Eric Dumazet
· 15 years ago
52c9948
Merge branch 'nfs-for-2.6.33'
by Trond Myklebust
· 15 years ago
5017065
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
e93737b
net: Handle NETREG_UNINITIALIZED devices correctly
by Krishna Kumar
· 15 years ago
c20a66f
xfrm: Fix truncation length of authentication algorithms installed via PF_KEY
by Martin Willi
· 15 years ago
de039f0
net: use compat helper functions in compat_sys_recvmmsg
by Heiko Carstens
· 15 years ago
60c2ffd
net: fix compat_sys_recvmmsg parameter type
by Heiko Carstens
· 15 years ago
65182b9
wireless: update old static regulatory domain rules
by John W. Linville
· 15 years ago
7b324d2
mac80211: Revert 'Use correct sign for mesh active path refresh'
by Javier Cardona
· 15 years ago
5d618cb
mac80211: Fixed bug in mesh portal paths
by Javier Cardona
· 15 years ago
0c3cee7
net/mac80211: Correct size given to memset
by Julia Lawall
· 15 years ago
4ef58d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
053e324
rpc: remove unneeded function parameter in gss_add_msg()
by Suresh Jayaraman
· 15 years ago
19deffb
wireless: correctly report signal value for IEEE80211_HW_SIGNAL_UNSPEC
by John W. Linville
· 15 years ago
d55fb89
cfg80211: Clear encryption privacy when key off is done.
by Vivek Natarajan
· 15 years ago
77722b1
tcp: fix retrans_stamp advancing in error cases
by Ilpo Järvinen
· 15 years ago
2f7de57
tcp: Stalling connections: Move timeout calculation routine
by Damian Lukowski
· 15 years ago
2e302eb
atm: [br2684] allow routed mode operation again
by chas williams - CONTRACTOR
· 15 years ago
eb04458
atm: [lec] initialize .netdev_ops before calling register_netdev()
by chas williams - CONTRACTOR
· 15 years ago
2a8875e
[PATCH] tcp: documents timewait refcnt tricks
by Eric Dumazet
· 15 years ago
3cdaeda
tcp: Fix a connect() race with timewait sockets
by Eric Dumazet
· 15 years ago
9327f70
tcp: Fix a connect() race with timewait sockets
by Eric Dumazet
· 15 years ago
3dc7893
tcp: Remove runtime check that can never be true.
by David S. Miller
· 15 years ago
e61444d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 15 years ago
a252e74
sctp: fix compile error due to sysctl mismerge
by Linus Torvalds
· 15 years ago
e4ee5d4
Merge branch 'bugfixes' into nfs-for-next
by Trond Myklebust
· 15 years ago
480e324
SUNRPC: IS_ERR/PTR_ERR confusion
by Roel Kluin
· 15 years ago
d7fc02c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
1557d33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6
by Linus Torvalds
· 15 years ago
Next »