index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
netfilter: nf_tables: add AF specific expression support
Patrick McHardy
2014-02-06
1
-6
/
+16
|
|
*
|
|
netfilter: nft_ct: fix missing NFT_CT_L3PROTOCOL key in validity checks
Patrick McHardy
2014-02-06
1
-0
/
+1
|
|
*
|
|
netfilter: nf_tables: fix potential oops when dumping sets
Patrick McHardy
2014-02-06
1
-3
/
+5
|
|
*
|
|
netfilter: nf_tables: fix overrun in nf_tables_set_alloc_name()
Patrick McHardy
2014-02-05
1
-2
/
+2
|
|
*
|
|
netfilter: nf_conntrack: don't release a conntrack with non-zero refcnt
Pablo Neira Ayuso
2014-02-05
3
-14
/
+32
|
|
*
|
|
netfilter: nf_nat_h323: fix crash in nf_ct_unlink_expect_report()
Alexey Dobriyan
2014-02-05
1
-1
/
+4
|
|
*
|
|
netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_get
Andrey Vagin
2014-02-05
1
-4
/
+17
|
|
*
|
|
netfilter: nf_tables: fix oops when deleting a chain with references
Patrick McHardy
2014-02-05
1
-1
/
+1
|
|
*
|
|
netfilter: nft_ct: fix unconditional dump of 'dir' attr
Arturo Borrero
2014-02-05
1
-2
/
+13
|
|
*
|
|
ipvs: fix AF assignment in ip_vs_conn_new()
Michal Kubecek
2014-02-04
1
-4
/
+4
|
*
|
|
|
tcp: remove 1ms offset in srtt computation
Eric Dumazet
2014-02-06
2
-9
/
+11
|
*
|
|
|
bridge: fix netconsole setup over bridge
Cong Wang
2014-02-06
1
-23
/
+28
|
*
|
|
|
net: use __GFP_NORETRY for high order allocations
Eric Dumazet
2014-02-06
1
-2
/
+4
|
*
|
|
|
netpoll: fix netconsole IPv6 setup
Sabrina Dubroca
2014-02-06
1
-1
/
+3
|
|
|
/
/
|
|
/
|
|
|
*
|
|
net: sctp: fix initialization of local source address on accepted ipv6 sockets
Matija Glavinic Pecotic
2014-02-06
1
-0
/
+2
|
*
|
|
ipv4: Fix runtime WARNING in rtmsg_ifa()
Geert Uytterhoeven
2014-02-06
1
-1
/
+2
|
*
|
|
openvswitch: Suppress error messages on megaflow updates
Andy Zhou
2014-02-04
1
-4
/
+1
|
*
|
|
openvswitch: Fix ovs_flow_free() ovs-lock assert.
Pravin B Shelar
2014-02-04
1
-2
/
+4
|
*
|
|
openvswitch: Fix ovs_dp_cmd_msg_size()
Daniele Di Proietto
2014-02-04
1
-0
/
+1
|
*
|
|
openvswitch: Fix kernel panic on ovs_flow_free
Andy Zhou
2014-02-04
3
-48
/
+47
|
*
|
|
openvswitch: Pad OVS_PACKET_ATTR_PACKET if linear copy was performed
Thomas Graf
2014-02-04
1
-0
/
+8
|
*
|
|
rtnetlink: fix oops in rtnl_link_get_slave_info_data_size
Fernando Luis Vazquez Cao
2014-02-04
1
-1
/
+1
|
*
|
|
net/ipv4: Use proper RCU APIs for writer-side in udp_offload.c
Shlomo Pongratz
2014-02-04
1
-7
/
+8
|
*
|
|
ip_tunnel: fix panic in ip_tunnel_xmit()
Eric Dumazet
2014-02-03
1
-18
/
+11
|
*
|
|
Merge tag 'linux-can-fixes-for-3.14-20140129' of git://gitorious.org/linux-ca...
David S. Miller
2014-01-30
1
-0
/
+1
|
|
\
\
\
|
|
*
|
|
can: Propagate SO_PRIORITY of raw sockets to skbs
Rostislav Lisovy
2014-01-29
1
-0
/
+1
|
*
|
|
|
can: add destructor for self generated skbs
Oliver Hartkopp
2014-01-30
2
-3
/
+4
|
*
|
|
|
net/ipv4: Use non-atomic allocation of udp offloads structure instance
Or Gerlitz
2014-01-30
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
libceph: do not dereference a NULL bio pointer
Ilya Dryomov
2014-02-07
1
-2
/
+6
*
|
|
|
libceph: take map_sem for read in handle_reply()
Ilya Dryomov
2014-02-07
1
-6
/
+11
*
|
|
|
libceph: factor out logic from ceph_osdc_start_request()
Ilya Dryomov
2014-02-07
1
-23
/
+39
*
|
|
|
libceph: fix error handling in ceph_osdc_init()
Ilya Dryomov
2014-02-03
1
-1
/
+4
*
|
|
|
Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2014-01-31
1
-7
/
+1
|
\
\
\
\
|
*
|
|
|
sunrpc: turn warn_gssd() log message into a dprintk()
Jeff Layton
2014-01-27
1
-7
/
+1
*
|
|
|
|
x86, x32: Correct invalid use of user timespec in the kernel
PaX Team
2014-01-30
1
-7
/
+2
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-01-30
1
-26
/
+17
|
\
\
\
\
|
*
\
\
\
Merge tag 'v3.13-rc6' into for-3.14/core
Jens Axboe
2013-12-31
84
-384
/
+674
|
|
\
\
\
\
|
*
|
|
|
|
ceph: Convert to immutable biovecs
Kent Overstreet
2013-11-23
1
-26
/
+17
*
|
|
|
|
|
Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2014-01-30
7
-91
/
+47
|
\
\
\
\
\
\
|
*
|
|
|
|
|
gss_krb5: use lcm from kernel lib
Luis Henriques
2014-01-24
1
-13
/
+4
|
*
|
|
|
|
|
minor svcauth_gss.c cleanup
J. Bruce Fields
2014-01-07
1
-5
/
+2
|
*
|
|
|
|
|
sunrpc: get rid of use_gssp_lock
Jeff Layton
2014-01-06
1
-24
/
+18
|
*
|
|
|
|
|
sunrpc: fix potential race between setting use_gss_proxy and the upcall rpc_clnt
Jeff Layton
2014-01-06
1
-2
/
+2
|
*
|
|
|
|
|
sunrpc: don't wait for write before allowing reads from use-gss-proxy file
Jeff Layton
2014-01-06
3
-34
/
+2
|
*
|
|
|
|
|
SUNRPC/NFSD: Support a new option for ignoring the result of svc_register
Kinglong Mee
2014-01-03
1
-8
/
+17
|
*
|
|
|
|
|
net/sunrpc/cache: simplify code by using hex_pack_byte()
Andy Shevchenko
2013-12-12
1
-3
/
+1
|
*
|
|
|
|
|
sunrpc: fix some typos
Weng Meiling
2013-12-10
1
-4
/
+3
*
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2014-01-29
10
-18
/
+44
|
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
net: Fix warning on make htmldocs caused by skbuff.c
Masanari Iida
2014-01-28
1
-1
/
+1
|
*
|
|
|
|
|
Merge tag 'rxrpc-20140126' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
David S. Miller
2014-01-28
2
-1
/
+8
|
|
\
\
\
\
\
\
[prev]
[next]