summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorLines
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-7/+14
2014-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-47/+69
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds-1/+2
2014-10-10net: fix races in page->_count manipulationEric Dumazet-7/+18
2014-10-10flow-dissector: Fix alignment issue in __skb_flow_get_portsAlexander Duyck-13/+23
2014-10-10net: filter: fix the commentsLi RongQing-6/+3
2014-10-10net: bpf: fix bpf syscall dependence on anon_inodesAlexei Starovoitov-0/+1
2014-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-6/+4
2014-10-10Merge tag 'master-2014-10-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller-2/+2
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds-5/+5
2014-10-09net_sched: restore qdisc quota fairness limits after bulk dequeueJesper Dangaard Brouer-7/+13
2014-10-09net: Missing @ before descriptions cause make xmldocs warningMasanari Iida-5/+5
2014-10-09fix misuses of f_count() in ppp and netlinkAl Viro-1/+1
2014-10-09netlabel: kernel-doc warning fixFabian Frederick-1/+0
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-7910/+15378
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-14/+49
2014-10-08netlabel: directly return netlbl_unlabel_genl_init()Fabian Frederick-5/+1
2014-10-08net_sched: copy exts->type in tcf_exts_change()WANG Cong-0/+1
2014-10-08net: rfkill: kernel-doc warning fixesFabian Frederick-2/+2
2014-10-08Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-69/+48
2014-10-08Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-55/+75
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-3/+3
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds-402/+32
2014-10-07wimax: convert printk to pr_foo()Fabian Frederick-16/+17
2014-10-07af_unix: remove 0 assignment on staticFabian Frederick-1/+1
2014-10-07ipv6: Do not warn for informational ICMP messages, regardless of type.David S. Miller-2/+2
2014-10-07bridge: Save frag_max_size between PRE_ROUTING and POST_ROUTINGHerbert Xu-0/+15
2014-10-07tipc: fix bug in multicast congestion handlingJon Maloy-3/+21
2014-10-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-2/+9
2014-10-07netfilter: fix wrong arithmetics regarding NFT_REJECT_ICMPX_MAXPablo Neira Ayuso-6/+4
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet-23/+23
2014-10-07net_sched: fix unused variables in __gnet_stats_copy_basic_cpu()WANG Cong-4/+4
2014-10-07openvswitch: fix a compilation error when CONFIG_INET is not setW!Andy Zhou-14/+15
2014-10-07openvswitch: fix a sparse warningAndy Zhou-3/+2
2014-10-07net: fix a sparse warningAndy Zhou-1/+1
2014-10-07ipv6: don't walk node's leaf during serial number updateHannes Frederic Sowa-17/+30
2014-10-07ipv6: make fib6 serial number per namespaceHannes Frederic Sowa-8/+7
2014-10-07ipv6: only generate one new serial number per fib mutationHannes Frederic Sowa-6/+6
2014-10-07ipv6: make rt_sernum atomic and serial number fields ordinary intsHannes Frederic Sowa-10/+13
2014-10-07ipv6: minor fib6 cleanups like type safety, bool conversion, inline removalHannes Frederic Sowa-40/+31
2014-10-06net: validate_xmit_vlan() is staticEric Dumazet-1/+2
2014-10-06net: fix rcu access on phonet_routesFabian Frederick-3/+3
2014-10-06net: sched: do not use tcf_proto 'tp' argument from call_rcuJohn Fastabend-8/+14
2014-10-06net: sched: cls_cgroup tear down exts and ematch from rcu callbackJohn Fastabend-3/+1
2014-10-06net: sched: remove tcf_proto from ematch callsJohn Fastabend-20/+21
2014-10-06net: introduce netdevice gso_min_segs attributeEric Dumazet-3/+6
2014-10-06ipv4: igmp: fix v3 general query drop monitor false positiveDaniel Borkmann-1/+1
2014-10-06ethtool: Ethtool parameter to dynamically change tx_copybreakEric Dumazet-0/+1
2014-10-06net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet-7/+7