aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-28ip_vti/ip6_vti: Preserve skb->mark after rcv_cb callAlexander Duyck2-4/+14
2015-05-28xfrm: Override skb->mark with tunnel->parm.i_key in xfrm_inputAlexander Duyck1-1/+16
2015-05-28ip_vti/ip6_vti: Do not touch skb->mark on xmitAlexander Duyck2-3/+6
2015-05-21xfrm: Always zero high-order sequence number bitsHerbert Xu1-0/+2
2015-05-13esp6: Use high-order sequence number bits for IV generationHerbert Xu1-1/+2
2015-05-13esp4: Use high-order sequence number bits for IV generationHerbert Xu1-1/+2
2015-04-29xfrm: fix a race in xfrm_state_lookup_byspiLi RongQing1-1/+1
2015-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+1
2015-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds20-105/+290
2015-04-27netfilter; Add some missing default cases to switch statements in nft_reject.David S. Miller2-0/+4
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds10-732/+889
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-24/+24
2015-04-26net: rfs: fix crash in get_rps_cpus()Eric Dumazet1-6/+6
2015-04-25net: fix crash in build_skb()Eric Dumazet2-13/+24
2015-04-24netfilter: nf_tables: fix wrong length for jump/goto verdictsFlorian Westphal1-2/+1
2015-04-24inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet7-9/+47
2015-04-24tcp: avoid looping in tcp_send_fin()Eric Dumazet1-21/+29
2015-04-23Merge tag 'nfs-rdma-for-4.1-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust60-914/+1294
2015-04-23Merge branch 'bugfixes'Trond Myklebust1-10/+12
2015-04-23sunrpc: make debugfs file creation failure non-fatalJeff Layton4-38/+32
2015-04-23net: unix: garbage: fixed several comment and whitespace style issuesJason Eastman1-42/+28
2015-04-23tipc: fix node refcount issueErik Hugne1-1/+0
2015-04-23tipc: fix random link reset problemErik Hugne1-1/+2
2015-04-23tipc: fix topology server broken issueYing Xue1-6/+3
2015-04-22net: do not deplete pfmemalloc reserveEric Dumazet1-2/+7
2015-04-22ip6_gre: use netdev_alloc_pcpu_stats()Johannes Berg1-8/+1
2015-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds7-17/+392
2015-04-22mpls: Prevent use of implicit NULL label as outgoing labelRobert Shearman1-0/+9
2015-04-22mpls: Per-device enabling of packet inputRobert Shearman2-2/+69
2015-04-22mpls: Per-device MPLS stateRobert Shearman2-2/+51
2015-04-22tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet1-1/+19
2015-04-22crush: straw2 bucket type with an efficient 64-bit crush_ln()Ilya Dryomov4-0/+306
2015-04-22crush: ensuring at most num-rep osds are selectedIlya Dryomov1-4/+12
2015-04-22crush: drop unnecessary include from mapper.cIlya Dryomov1-1/+0
2015-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-1/+8
2015-04-21tcp: add memory barriers to write space pathsjbaron@akamai.com2-1/+5
2015-04-20ip_forward: Drop frames with attached skb->skSebastian Pöhn1-0/+3
2015-04-20libceph: expose client options through debugfsIlya Dryomov1-0/+24
2015-04-20libceph, ceph: split ceph_show_options()Ilya Dryomov1-0/+37
2015-04-20libceph: don't overwrite specific con error msgsIlya Dryomov1-12/+13
2015-04-18Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds4-14/+52
2015-04-18Bluetooth: hidp: Fix regression with older userspace and flags validationMarcel Holtmann1-1/+2
2015-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds16-42/+91
2015-04-17net: dsa: use DEVICE_ATTR_RW to declare temp1_maxVivien Didelot1-3/+3
2015-04-17net: remove unused 'dev' argument from netif_needs_gso()Johannes Berg1-1/+1
2015-04-17act_mirred: Fix bogus header when redirecting from VLANHerbert Xu1-1/+1
2015-04-17inet_diag: fix access to tcp cc informationEric Dumazet6-17/+35
2015-04-17tcp: tcp_get_info() should fetch socket fields onceEric Dumazet1-4/+6
2015-04-16skbuff: Do not scrub skb mark within the same name spaceHerbert Xu1-3/+6
2015-04-16Revert "net: Reset secmark when scrubbing packet"Herbert Xu1-1/+0