aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextGravatar Linus Torvalds 1-12/+3
2013-09-13Remove GENERIC_HARDIRQ config optionGravatar Martin Schwidefsky 1-1/+1
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Gravatar Linus Torvalds 1-5/+5
2013-09-12memcg: rename RESOURCE_MAX to RES_COUNTER_MAXGravatar Sha Zhengju 1-5/+5
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-14/+27
2013-09-12Merge tag 'nfs-for-3.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 2-2/+2
2013-09-12SUNRPC: No, I did not intend to create a 256KiB hashtableGravatar Trond Myklebust 1-1/+1
2013-09-12sunrpc: Add missing kuids conversion for printingGravatar Geert Uytterhoeven 1-1/+1
2013-09-11Merge branch 'akpm' (patches from Andrew Morton)Gravatar Linus Torvalds 1-25/+25
2013-09-11kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Gravatar Mathieu Desnoyers 1-25/+25
2013-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 9-19/+27
2013-09-11net_sched: htb: fix a typo in htb_change_class()Gravatar Vimalkumar 1-1/+1
2013-09-11ipv6: don't call fib6_run_gc() until routing is readyGravatar Michal Kubeček 2-7/+17
2013-09-11fib6_rules: fix indentationGravatar Stefan Tomanek 1-2/+2
2013-09-11net: fix multiqueue selectionGravatar Eric Dumazet 1-1/+1
2013-09-11net: sctp: fix smatch warning in sctp_send_asconf_del_ipGravatar Daniel Borkmann 1-0/+3
2013-09-11net: sctp: fix bug in sctp_poll for SOCK_SELECT_ERR_QUEUEGravatar Daniel Borkmann 1-1/+1
2013-09-11net: fib: fib6_add: fix potential NULL pointer dereferenceGravatar Daniel Borkmann 1-1/+1
2013-09-11net: ovs: flow: fix potential illegal memory access in __parse_flow_nlattrsGravatar Daniel Borkmann 1-0/+1
2013-09-11ipv6/exthdrs: accept tlv which includes only paddingGravatar Jiri Pirko 1-6/+0
2013-09-11Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-0/+10
2013-09-10Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 3-22/+50
2013-09-10shrinker: convert remaining shrinkers to count/scan APIGravatar Dave Chinner 1-14/+27
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 10-218/+712
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 3-11/+20
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 3-3/+11
2013-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-5/+36
2013-09-06tcp: properly increase rcv_ssthresh for ofo packetsGravatar Eric Dumazet 1-1/+4
2013-09-06tcp: fix no cwnd growth after timeoutGravatar Yuchung Cheng 1-4/+2
2013-09-06net: netlink: filter particular protocols from analyzersGravatar Daniel Borkmann 1-0/+30
2013-09-06Merge tag 'fscache-fixes-for-ceph' into wip-fscacheGravatar Milosz Tanski 74-294/+732
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+2
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-5/+10
2013-09-06rpc: let xdr layer allocate gssproxy receieve pagesGravatar J. Bruce Fields 1-10/+6
2013-09-06rpc: fix huge kmalloc's in gss-proxyGravatar J. Bruce Fields 3-1/+37
2013-09-06rpc: comment on linux_cred encoding, treat all as unsignedGravatar J. Bruce Fields 1-8/+10
2013-09-06rpc: clean up decoding of gssproxy linux credsGravatar J. Bruce Fields 1-19/+13
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 255-4270/+10151
2013-09-05openvswitch: Fix alignment of struct sw_flow_key.Gravatar Jesse Gross 2-1/+2
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 34-200/+439
2013-09-05netfilter: Fix build errors with xt_socket.cGravatar David S. Miller 1-0/+1
2013-09-05tcp: Add missing braces to do_tcp_setsockoptGravatar Dave Jones 1-1/+2
2013-09-05caif: Add missing braces to multiline if in cfctrl_linkup_requestGravatar Dave Jones 1-1/+2
2013-09-05ipv6:introduce function to find route for redirectGravatar Duan Jiong 6-11/+81
2013-09-05bridge: apply multicast snooping to IPv6 link-local, tooGravatar Linus Lüssing 3-14/+6
2013-09-05bridge: prevent flooding IPv6 packets that do not have a listenerGravatar Linus Lüssing 1-2/+8
2013-09-05SUNRPC: Add an identifier for struct rpc_clntGravatar Trond Myklebust 1-0/+25
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 15-15/+15
2013-09-04net: ipv6: mld: introduce mld_{gq, ifc, dad}_stop_timer functionsGravatar Daniel Borkmann 1-16/+25
2013-09-04net: ipv6: mld: refactor query processing into v1/v2 functionsGravatar Daniel Borkmann 1-33/+56