summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: skbuff: Coding: Use eth_type_vlan() instead of open coding itShmulik Ladkani2016-09-221-4/+2Star
* net: skbuff: Remove errornous length validation in skb_vlan_pop()Shmulik Ladkani2016-09-221-6/+4Star
* net: skbuff: Export __skb_vlan_popShmulik Ladkani2016-09-221-2/+5
* bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann2016-09-211-17/+117
* gso: Support partial splitting at the frag_list pointerSteffen Klassert2016-09-201-11/+40
* net: core: Add offload stats to if_stats_msgNogah Frankel2016-09-191-4/+107
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-132-2/+20
|\
| * bonding: Fix bonding crashMahesh Bandewar2016-09-041-0/+16
| * rps: flow_dissector: Fix uninitialized flow_keys used in __skb_get_hash possiblyGao Feng2016-09-021-2/+4
* | net: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-111-2/+1Star
* | bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann2016-09-101-81/+48Star
* | bpf: add own ctx rewriter on ifindex for clsact progsDaniel Borkmann2016-09-101-6/+31
* | bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann2016-09-101-8/+7Star
* | bpf: minor cleanups in helpersDaniel Borkmann2016-09-101-4/+3Star
* | rtnetlink: remove unused ifla_stats_policystephen hemminger2016-09-101-4/+0Star
* | tcp: use an RB tree for ooo receive queueYaogong Wang2016-09-091-0/+19
* | netns: avoid disabling irq for netns idWANG Cong2016-09-041-20/+15Star
* | vxlan: call peernet2id() in fdb notificationWANG Cong2016-09-041-1/+1
* | rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu2016-09-021-40/+65
* | netns: make nla_policy conststephen hemminger2016-09-011-1/+1
* | drop_monitor: make genl_multicast_group conststephen hemminger2016-09-011-1/+1
* | net: lwtunnel: Handle fragmentationRoopa Prabhu2016-08-311-0/+35
* | net: batch calls to flush_all_backlogs()Eric Dumazet2016-08-311-20/+12Star
* | bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel2016-08-261-10/+0Star
* | net: flush the softnet backlog in process contextPaolo Abeni2016-08-261-22/+50
* | net: remove clear_sk() methodEric Dumazet2016-08-241-6/+2Star
* | udp: get rid of sk_prot_clear_portaddr_nulls()Eric Dumazet2016-08-241-18/+0Star
* | net: rtnetlink: Don't export empty RTAX_FEATURESPhil Sutter2016-08-241-0/+2
* | bpf: get rid of cgroup helper related ifdefsDaniel Borkmann2016-08-191-5/+1Star
* | bpf: enable event output helper also for xdp typesDaniel Borkmann2016-08-191-1/+41
* | bpf: add bpf_skb_change_tail helperDaniel Borkmann2016-08-191-3/+97
* | bpf: use skb_pkt_type_ok helper in bpf_skb_change_typeDaniel Borkmann2016-08-191-2/+2
* | flow_dissector: Get vlan priority in addition to vlan idHadar Hen Zion2016-08-191-9/+16
* | flow_dissector: For stripped vlan, get vlan info from skb->vlan_tciHadar Hen Zion2016-08-191-8/+26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-182-64/+26Star
|\|
| * net: remove type_check from dev_get_nest_level()Sabrina Dubroca2016-08-141-7/+3Star
| * bpf: fix write helpers with regards to non-linear partsDaniel Borkmann2016-08-141-52/+18Star
| * bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann2016-08-131-5/+5
* | netns: do not call pernet ops for not yet set up init_net namespaceDmitry Torokhov2016-08-151-4/+17
* | rps: Inspect PPTP encapsulated by GRE to get flow hashGao Feng2016-08-111-34/+79
* | net: sched: convert qdisc linked list to hashtableJiri Kosina2016-08-111-0/+3
* | neigh: allow admin to set NUD_STALEJulian Anastasov2016-08-091-1/+2
|/
* bpf: fix checksum for vlan push/pop helperDaniel Borkmann2016-08-081-0/+12
* bpf: fix checksum fixups on bpf_skb_store_bytesDaniel Borkmann2016-08-081-2/+2
* bpf: also call skb_postpush_rcsum on xmit occasionsDaniel Borkmann2016-08-081-3/+10
* Merge branch 'salted-string-hash'Linus Torvalds2016-07-281-1/+1
|\
| * vfs: make the string hashes salt the hashLinus Torvalds2016-06-111-1/+1
* | net: neigh: disallow transition to NUD_STALE if lladdr is unchanged in neigh_...He Chunhui2016-07-261-6/+1Star
* | bpf, events: fix offset in skb copy handlerDaniel Borkmann2016-07-251-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-242-8/+13
|\ \