summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2016-09-29net: do not export sk_stream_write_spaceEric Dumazet
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2016-09-24netfilter: call nf_hook_ingress with rcu_read_lockAaron Conole
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh
2016-09-23netns: move {inc,dec}_net_namespaces into #ifdefArnd Bergmann
2016-09-23bpf: add helper to invalidate hashDaniel Borkmann
2016-09-23bpf: use bpf_get_smp_processor_id_proto instead of raw oneDaniel Borkmann
2016-09-23bpf: use skb_to_full_sk helper in bpf_skb_under_cgroupDaniel Borkmann
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-23Merge branch 'nsfs-ioctls' into HEADEric W. Biederman
2016-09-23kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman
2016-09-22net: skbuff: Coding: Use eth_type_vlan() instead of open coding itShmulik Ladkani
2016-09-22net: skbuff: Remove errornous length validation in skb_vlan_pop()Shmulik Ladkani
2016-09-22net: skbuff: Export __skb_vlan_popShmulik Ladkani
2016-09-21bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann
2016-09-20gso: Support partial splitting at the frag_list pointerSteffen Klassert
2016-09-19cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner
2016-09-19net: core: Add offload stats to if_stats_msgNogah Frankel
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-11net: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-10bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann
2016-09-10bpf: add own ctx rewriter on ifindex for clsact progsDaniel Borkmann
2016-09-10bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann
2016-09-10bpf: minor cleanups in helpersDaniel Borkmann
2016-09-09rtnetlink: remove unused ifla_stats_policystephen hemminger
2016-09-09tcp: use an RB tree for ooo receive queueYaogong Wang
2016-09-04bonding: Fix bonding crashMahesh Bandewar
2016-09-04netns: avoid disabling irq for netns idWANG Cong
2016-09-04vxlan: call peernet2id() in fdb notificationWANG Cong
2016-09-02rps: flow_dissector: Fix uninitialized flow_keys used in __skb_get_hash possiblyGao Feng
2016-09-01rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu
2016-09-01netns: make nla_policy conststephen hemminger
2016-09-01drop_monitor: make genl_multicast_group conststephen hemminger
2016-08-31net: lwtunnel: Handle fragmentationRoopa Prabhu
2016-08-31net: batch calls to flush_all_backlogs()Eric Dumazet
2016-08-26bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel
2016-08-26net: flush the softnet backlog in process contextPaolo Abeni
2016-08-24net: remove clear_sk() methodEric Dumazet
2016-08-24udp: get rid of sk_prot_clear_portaddr_nulls()Eric Dumazet
2016-08-24net: rtnetlink: Don't export empty RTAX_FEATURESPhil Sutter
2016-08-19bpf: get rid of cgroup helper related ifdefsDaniel Borkmann
2016-08-19bpf: enable event output helper also for xdp typesDaniel Borkmann
2016-08-19bpf: add bpf_skb_change_tail helperDaniel Borkmann
2016-08-19bpf: use skb_pkt_type_ok helper in bpf_skb_change_typeDaniel Borkmann
2016-08-19flow_dissector: Get vlan priority in addition to vlan idHadar Hen Zion
2016-08-19flow_dissector: For stripped vlan, get vlan info from skb->vlan_tciHadar Hen Zion
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-15netns: do not call pernet ops for not yet set up init_net namespaceDmitry Torokhov
2016-08-13net: remove type_check from dev_get_nest_level()Sabrina Dubroca