aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-18net: dev: Improve debug statements for adjacency trackingDavid Ahern1-7/+15
2016-10-18net: Add warning if any lower device is still in adjacency listDavid Ahern1-0/+15
2016-10-18net: Remove all_adj_list and its referencesDavid Ahern1-205/+18
2016-10-18net: Introduce new api for walking upper and lower devicesDavid Ahern1-0/+155
2016-10-18net: Remove refnr arg when inserting link adjacenciesDavid Ahern1-15/+12
2016-10-17net: report right mtu value in error messageJakub Kicinski1-1/+1
2016-10-15lwtunnel: Add destroy state operationTom Herbert1-0/+13
2016-10-14Revert "net: Add driver helper functions to determine checksum offloadability"stephen hemminger1-136/+0
2016-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-10-13net: rtnl: info leak in rtnl_fill_vfinfo()Dan Carpenter1-0/+2
2016-10-13net: centralize net_device min/max MTU checkingJarod Wilson1-2/+11
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+3
2016-10-07mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner1-3/+3
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-26/+2
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+27
2016-10-04net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins1-31/+37
2016-10-03net: skbuff: Limit skb_vlan_pop/push() to expect skb->data at mac headerShmulik Ladkani1-15/+22
2016-10-03skb_splice_bits(): get rid of callbackAl Viro1-26/+2
2016-10-03net: rtnl: avoid uninitialized data in IFLA_VF_VLAN_LIST handlingArnd Bergmann1-0/+3
2016-10-03net: pktgen: fix pkt_sizePaolo Abeni1-11/+10
2016-09-28net: do not export sk_stream_write_spaceEric Dumazet1-1/+0
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso6-164/+490
2016-09-24netfilter: call nf_hook_ingress with rcu_read_lockAaron Conole1-1/+6
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh1-15/+65
2016-09-23netns: move {inc,dec}_net_namespaces into #ifdefArnd Bergmann1-10/+10
2016-09-23bpf: add helper to invalidate hashDaniel Borkmann1-0/+18
2016-09-23bpf: use bpf_get_smp_processor_id_proto instead of raw oneDaniel Borkmann1-0/+2
2016-09-23bpf: use skb_to_full_sk helper in bpf_skb_under_cgroupDaniel Borkmann1-1/+1
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2016-09-22Merge branch 'nsfs-ioctls' into HEADEric W. Biederman1-0/+6
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin1-0/+6
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman1-1/+1
2016-09-22net: skbuff: Coding: Use eth_type_vlan() instead of open coding itShmulik Ladkani1-4/+2
2016-09-22net: skbuff: Remove errornous length validation in skb_vlan_pop()Shmulik Ladkani1-6/+4
2016-09-22net: skbuff: Export __skb_vlan_popShmulik Ladkani1-2/+5
2016-09-20bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann1-17/+117
2016-09-19gso: Support partial splitting at the frag_list pointerSteffen Klassert1-11/+40
2016-09-19cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner1-1/+4
2016-09-18net: core: Add offload stats to if_stats_msgNogah Frankel1-4/+107
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+20
2016-09-10net: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-2/+1
2016-09-09bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann1-81/+48
2016-09-09bpf: add own ctx rewriter on ifindex for clsact progsDaniel Borkmann1-6/+31
2016-09-09bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann1-8/+7
2016-09-09bpf: minor cleanups in helpersDaniel Borkmann1-4/+3
2016-09-09rtnetlink: remove unused ifla_stats_policystephen hemminger1-4/+0
2016-09-08tcp: use an RB tree for ooo receive queueYaogong Wang1-0/+19
2016-09-04bonding: Fix bonding crashMahesh Bandewar1-0/+16
2016-09-04netns: avoid disabling irq for netns idWANG Cong1-20/+15
2016-09-04vxlan: call peernet2id() in fdb notificationWANG Cong1-1/+1