Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
2d4f9efa2a529f352dafd41a616c91531bb13ccd
/
net
719bfea
packet: avoid warnings when high-order page allocation fails
by Eric Dumazet
· 16 years ago
6fd4777
Revert "rose: zero length frame filtering in af_rose.c"
by David S. Miller
· 16 years ago
fc59f9a
gro: Restore correct value to gso_size
by Herbert Xu
· 16 years ago
ce8632b
ipv6:remove useless check
by Yang Hongyang
· 16 years ago
86bceba
tcp: fix >2 iw selection
by Ilpo Järvinen
· 16 years ago
1a31f20
netsched: Allow meta match on vlan tag on receive
by Stephen Hemminger
· 16 years ago
1db9e29
gro: Normalise skb before bypassing GRO on netpoll VLAN path
by Herbert Xu
· 16 years ago
499923c
ipv6: Fix NULL pointer dereference with time-wait sockets
by Vlad Yasevich
· 16 years ago
3384901
tr: fix leakage of device in net/802/tr.c
by Wei Yongjun
· 16 years ago
d543103
net: netif_device_attach/detach should start/stop all queues
by Alexander Duyck
· 16 years ago
fd1cc48
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6
by David S. Miller
· 16 years ago
3989203
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
d1d88e5d
xfrm: fix fragmentation on inter family tunnels
by Steffen Klassert
· 16 years ago
d9677a4
net/802/fddi.c: add MODULE_LICENSE
by Adrian Bunk
· 16 years ago
a638562
Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 16 years ago
8373167
netfilter: ctnetlink: fix regression in expectation handling
by Pablo Neira Ayuso
· 16 years ago
3ae16f1
netfilter: fix selection of "LED" target in netfilter
by Alex Riesen
· 16 years ago
49a88d1
netfilter: ip6tables regression fix
by Eric Dumazet
· 16 years ago
90975ef
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask
by Linus Torvalds
· 16 years ago
4e69489
socket: use percpu_add() while updating sockets_in_use
by Eric Dumazet
· 16 years ago
2f42587
nfsd: don't use the deferral service, return NFS4ERR_DELAY
by Andy Adamson
· 16 years ago
811158b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 16 years ago
8fe74cf
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
ef8a97bb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
9eb9362
tcp: miscounts due to tcp_fragment pcount reset
by Ilpo Järvinen
· 16 years ago
797108d
tcp: add helper for counter tweaking due mid-wq change
by Ilpo Järvinen
· 16 years ago
f2bde73
net: allow multiple dev per napi with GRO
by Stephen Hemminger
· 16 years ago
fa9a86d
netfilter: use rcu_read_bh() in ipt_do_table()
by Eric Dumazet
· 16 years ago
8cbd960
RDS: Use spinlock to protect 64b value update on 32b archs
by Andy Grover
· 16 years ago
745cbcc
RDS: Rewrite connection cleanup, fixing oops on rmmod
by Andy Grover
· 16 years ago
f1cffcb
RDS: Fix m_rs_lock deadlock
by Andy Grover
· 16 years ago
cc85906
Merge branch 'devel' into for-linus
by Trond Myklebust
· 16 years ago
c69da77
SUNRPC: Ensure IPV6_V6ONLY is set on the socket before binding to a port
by Trond Myklebust
· 16 years ago
37e5540
epoll keyed wakeups: make sockets use keyed wakeups
by Davide Libenzi
· 16 years ago
0f043a8
proc tty: remove struct tty_operations::read_proc
by Alexey Dobriyan
· 16 years ago
3d30417
proc tty: switch ircomm to ->proc_fops
by Alexey Dobriyan
· 16 years ago
ce3b0f8
New helper - current_umask()
by Al Viro
· 16 years ago
c9cacec
core: remove pointless conditional before kfree()
by Wei Yongjun
· 16 years ago
377f0a0
ipv4: remove unused parameter from tcp_recv_urg().
by Rami Rosen
· 16 years ago
558f6ab
Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Rusty Russell
· 16 years ago
15f7176
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
d17abcd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask
by Linus Torvalds
· 16 years ago
65fb0d2
Merge branch 'linus' into cpumask-for-linus
by Ingo Molnar
· 16 years ago
99b7623
proc 2/2: remove struct proc_dir_entry::owner
by Alexey Dobriyan
· 16 years ago
692105b
trivial: fix typos/grammar errors in Kconfig texts
by Matt LaPlante
· 16 years ago
aa85ea5
cpumask: use new cpumask_ functions in core code.
by Rusty Russell
· 16 years ago
424b86a
netfilter: xtables: fix IPv6 dependency in the cluster match
by Pablo Neira Ayuso
· 16 years ago
13223cb
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 16 years ago
e7557af
netpoll: store local and remote ip in net-endian
by Harvey Harrison
· 16 years ago
f940964
netfilter: fix endian bug in conntrack printks
by Harvey Harrison
· 16 years ago
2f18185
gso: Fix support for linear packets
by Herbert Xu
· 16 years ago
7541bba
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
by Linus Torvalds
· 16 years ago
7c730cc
Merge branch 'percpu-cpumask-x86-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
d54b353
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 16 years ago
9355982
SUNRPC: Remove CONFIG_SUNRPC_REGISTER_V4
by Chuck Lever
· 16 years ago
363f724
SUNRPC: rpcb_register() should handle errors silently
by Chuck Lever
· 16 years ago
cadc0fa
SUNRPC: Simplify kernel RPC service registration
by Chuck Lever
· 16 years ago
d5a8620
SUNRPC: Simplify svc_unregister()
by Chuck Lever
· 16 years ago
1673d0d
SUNRPC: Allow callers to pass rpcb_v4_register a NULL address
by Chuck Lever
· 16 years ago
126e4bc
SUNRPC: rpcbind actually interprets r_owner string
by Chuck Lever
· 16 years ago
3aba455
SUNRPC: Clean up address type casts in rpcb_v4_register()
by Chuck Lever
· 16 years ago
ba5c35e
SUNRPC: Don't return EPROTONOSUPPORT in svc_register()'s helpers
by Chuck Lever
· 16 years ago
fc28dec
SUNRPC: Use IPv4 loopback for registering AF_INET6 kernel RPC services
by Chuck Lever
· 16 years ago
7d21c0f
SUNRPC: Set IPV6ONLY flag on PF_INET6 RPC listener sockets
by Chuck Lever
· 16 years ago
49a9072
SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()
by Chuck Lever
· 16 years ago
9652ada
SUNRPC: Change svc_create_xprt() to take a @family argument
by Chuck Lever
· 16 years ago
baf01ca
SUNRPC: svc_setup_socket() gets protocol family from socket
by Chuck Lever
· 16 years ago
4b62e58
SUNRPC: Pass a family argument to svc_register()
by Chuck Lever
· 16 years ago
156e620
SUNRPC: Clean up svc_find_xprt() calling sequence
by Chuck Lever
· 16 years ago
776bd5c
SUNRPC: Don't flag empty RPCB_GETADDR reply as bogus
by Chuck Lever
· 16 years ago
07feee8
netlabel: Cleanup the Smack/NetLabel code to fix incoming TCP connections
by Paul Moore
· 16 years ago
8651d5c
lsm: Remove the socket_post_accept() hook
by Paul Moore
· 16 years ago
389fb80
netlabel: Label incoming TCP connections correctly in SELinux
by Paul Moore
· 16 years ago
284904a
lsm: Relocate the IPv4 security_inet_conn_request() hooks
by Paul Moore
· 16 years ago
82268da
Merge branch 'linus' into percpu-cpumask-x86-for-linus-2
by Ingo Molnar
· 16 years ago
5d80f8e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
0870352
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by David S. Miller
· 16 years ago
c44a436
Revert "ax25: zero length frame filtering in AX25"
by David S. Miller
· 16 years ago
80e20f6
Revert "netrom: zero length frame filtering in NetRom"
by David S. Miller
· 16 years ago
8a5117d
cfg80211: default CONFIG_WIRELESS_OLD_REGULATORY to n
by Luis R. Rodriguez
· 16 years ago
e4e72fb
mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifi
by Johannes Berg
· 16 years ago
cd8ffc8
mac80211: fix aggregation to not require queue stop
by Johannes Berg
· 16 years ago
a220858
mac80211: add skb length sanity checking
by Johannes Berg
· 16 years ago
b172023
mac80211: unify and fix TX aggregation start
by Johannes Berg
· 16 years ago
1870cd7
mac80211: clean up __ieee80211_tx args
by Johannes Berg
· 16 years ago
2a577d9
mac80211: rework the pending packets code
by Johannes Berg
· 16 years ago
f0e7285
mac80211: fix A-MPDU queue assignment
by Johannes Berg
· 16 years ago
2de8e0d
mac80211: rewrite fragmentation
by Johannes Berg
· 16 years ago
4bbf4d5
cfg80211: fix locking in nl80211_set_wiphy
by Johannes Berg
· 16 years ago
3832c28
mac80211: fix RX path
by Johannes Berg
· 16 years ago
2b874e8
mac80211: rate control status only for controlled packets
by Johannes Berg
· 16 years ago
04de838
mac80211: add beacon filtering support
by Kalle Valo
· 16 years ago
a08c1c1
cfg80211: add feature to hold bss
by Kalle Valo
· 16 years ago
9050bdd
mac80211: disable power save when scanning
by Kalle Valo
· 16 years ago
15b7b06
mac80211: track beacons separately from the rx path activity
by Kalle Valo
· 16 years ago
3cf335d
mac80211: decrease execution of the associated timer
by Kalle Valo
· 16 years ago
7986cf9
mac80211: remove mixed-cell and userspace MLME code
by Johannes Berg
· 16 years ago
ac7f9cf
cfg80211: accept no-op interface mode changes
by Johannes Berg
· 16 years ago
86f0468
cfg80211: remove code about country IE support with OLD_REG
by Luis R. Rodriguez
· 16 years ago
6ee7d33
cfg80211: make regdom module parameter available oustide of OLD_REG
by Luis R. Rodriguez
· 16 years ago
Next »