summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-272-2/+2
* genetlink: statically initialize familiesJohannes Berg2016-10-272-18/+29
* genetlink: no longer support using static family IDsJohannes Berg2016-10-272-2/+0
* devlink: Prevent port_type_set() callback when it's not neededElad Raz2016-10-261-0/+2
* net: allow to kill a task which waits net_mutex in copy_new_nsAndrey Vagin2016-10-231-1/+8
* bpf: add helper for retrieving current numa node idDaniel Borkmann2016-10-221-0/+2
* net/socket: factor out helpers for memory and queue manipulationPaolo Abeni2016-10-222-33/+67
* net: dev: Improve debug statements for adjacency trackingDavid Ahern2016-10-181-7/+15
* net: Add warning if any lower device is still in adjacency listDavid Ahern2016-10-181-0/+15
* net: Remove all_adj_list and its referencesDavid Ahern2016-10-181-205/+18
* net: Introduce new api for walking upper and lower devicesDavid Ahern2016-10-181-0/+155
* net: Remove refnr arg when inserting link adjacenciesDavid Ahern2016-10-181-15/+12
* net: report right mtu value in error messageJakub Kicinski2016-10-171-1/+1
* lwtunnel: Add destroy state operationTom Herbert2016-10-151-0/+13
* Revert "net: Add driver helper functions to determine checksum offloadability"stephen hemminger2016-10-141-136/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-141-0/+2
|\
| * net: rtnl: info leak in rtnl_fill_vfinfo()Dan Carpenter2016-10-131-0/+2
* | net: centralize net_device min/max MTU checkingJarod Wilson2016-10-131-2/+11
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-071-3/+3
|\
| * mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner2016-10-071-3/+3
* | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-071-26/+2
|\ \ | |/ |/|
| * skb_splice_bits(): get rid of callbackAl Viro2016-10-031-26/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-10-061-1/+27
|\ \
| * | netns: move {inc,dec}_net_namespaces into #ifdefArnd Bergmann2016-09-231-10/+10
| * | Merge branch 'nsfs-ioctls' into HEADEric W. Biederman2016-09-221-0/+6
| |\ \
| | * | kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin2016-09-221-0/+6
| * | | userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman2016-09-221-1/+1
| * | | netns: Add a limit on the number of net namespacesEric W. Biederman2016-08-081-1/+21
| |/ /
* | | net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins2016-10-041-31/+37
* | | net: skbuff: Limit skb_vlan_pop/push() to expect skb->data at mac headerShmulik Ladkani2016-10-031-15/+22
* | | net: rtnl: avoid uninitialized data in IFLA_VF_VLAN_LIST handlingArnd Bergmann2016-10-031-0/+3
* | | net: pktgen: fix pkt_sizePaolo Abeni2016-10-031-11/+10
* | | net: do not export sk_stream_write_spaceEric Dumazet2016-09-281-1/+0
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2016-09-256-164/+490
|\ \ \
| * | | net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh2016-09-241-15/+65
| * | | bpf: add helper to invalidate hashDaniel Borkmann2016-09-231-0/+18
| * | | bpf: use bpf_get_smp_processor_id_proto instead of raw oneDaniel Borkmann2016-09-231-0/+2
| * | | bpf: use skb_to_full_sk helper in bpf_skb_under_cgroupDaniel Borkmann2016-09-231-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-1/+4
| |\ \ \ | | | |/ | | |/|
| | * | cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner2016-09-191-1/+4
| * | | net: skbuff: Coding: Use eth_type_vlan() instead of open coding itShmulik Ladkani2016-09-221-4/+2
| * | | net: skbuff: Remove errornous length validation in skb_vlan_pop()Shmulik Ladkani2016-09-221-6/+4
| * | | net: skbuff: Export __skb_vlan_popShmulik Ladkani2016-09-221-2/+5
| * | | bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann2016-09-201-17/+117
| * | | gso: Support partial splitting at the frag_list pointerSteffen Klassert2016-09-191-11/+40
| * | | net: core: Add offload stats to if_stats_msgNogah Frankel2016-09-181-4/+107
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-122-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-011-2/+4
| * | | net: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-2/+1