summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: fallback to UNSPEC if current family has no doit callbackFlorian Westphal2017-08-101-0/+6
* rtnetlink: init handler refcounts to 1Florian Westphal2017-08-101-1/+6
* rtnetlink: switch rtnl_link_get_slave_info_data_size to rcuFlorian Westphal2017-08-101-4/+12
* rtnetlink: do not use RTM_GETLINK directlyFlorian Westphal2017-08-101-2/+2
* rtnetlink: use rcu_dereference_raw to silence rcu splatFlorian Westphal2017-08-101-1/+1
* net: core: fix compile error inside flow_dissector due to new dsa callbackJohn Crispin2017-08-101-0/+2
* net-next: dsa: fix flow dissectionJohn Crispin2017-08-091-0/+12
* net: call newid/getid without rtnl mutex heldFlorian Westphal2017-08-091-2/+3
* rtnetlink: add RTNL_FLAG_DOIT_UNLOCKEDFlorian Westphal2017-08-091-0/+15
* rtnetlink: protect handler table with rcuFlorian Westphal2017-08-091-56/+65
* rtnetlink: small rtnl lock pushdownFlorian Westphal2017-08-091-6/+13
* rtnetlink: add reference counting to prevent module unload while dump is in p...Florian Westphal2017-08-091-1/+13
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-094-28/+28
* rtnetlink: call rtnl_calcit directlyFlorian Westphal2017-08-091-25/+4
* bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann2017-08-091-4/+17
* sock: fix zerocopy panic in mem accountingWillem de Bruijn2017-08-091-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-091-1/+1
|\
| * net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-08-081-1/+1
* | ipv6: sr: define core operations for seg6local lightweight tunnelDavid Lebrun2017-08-071-0/+2
* | lwtunnel: replace EXPORT_SYMBOL with EXPORT_SYMBOL_GPLRoopa Prabhu2017-08-071-13/+13
* | sock: ulimit on MSG_ZEROCOPY pagesWillem de Bruijn2017-08-031-0/+48
* | sock: MSG_ZEROCOPY notification coalescingWillem de Bruijn2017-08-031-7/+92
* | sock: enable MSG_ZEROCOPYWillem de Bruijn2017-08-032-31/+21
* | sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn2017-08-032-0/+21
* | sock: add MSG_ZEROCOPYWillem de Bruijn2017-08-033-21/+169
* | sock: skb_copy_ubufs support for compound pagesWillem de Bruijn2017-08-031-15/+38
* | sock: allocate skbs from optmemWillem de Bruijn2017-08-031-0/+27
* | net: fib_rules: Implement notification logic in coreIdo Schimmel2017-08-031-0/+63
* | net: core: Make the FIB notification chain genericIdo Schimmel2017-08-032-1/+166
* | bpf: fix the printing of ifindexWilliam Tu2017-08-031-4/+6
* | flow_dissector: remove unused functionsWANG Cong2017-08-021-45/+0
* | net: add skb_frag_foreach_page and use with kmap_atomicWillem de Bruijn2017-08-011-29/+59
* | skbuff: Function to send an skbuf on a socketTom Herbert2017-08-011-0/+101
* | proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert2017-08-011-0/+22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-012-1/+3
|\ \ | |/
| * net: check dev->addr_len for dev_set_mac_address()WANG Cong2017-07-291-0/+2
| * netpoll: Fix device name check in netpoll_setup()Matthias Kaehlcke2017-07-261-1/+1
* | net: ethtool: add support for forward error correction modesVidya Sagar Ravipati2017-07-291-0/+34
* | skbuff: re-add check for NULL skb->head in kfree_skb pathFlorian Westphal2017-07-241-1/+2
* | net: call udp_tunnel_get_rx_info when NETIF_F_RX_UDP_TUNNEL_PORT is toggledSabrina Dubroca2017-07-241-1/+21
* | net: add new netdevice feature for offload of RX port for UDP tunnelsSabrina Dubroca2017-07-242-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-218-11/+14
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-205-5/+9
| |\
| | * rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong2017-07-201-1/+2
| | * Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"David Ahern2017-07-191-0/+1
| | * net: Zero terminate ifr_name in dev_ifname().David S. Miller2017-07-191-0/+1
| | * wireless: wext: terminate ifr name coming from userspaceLevin, Alexander2017-07-191-0/+2
| | * netpoll: shut up a kernel warning on refcountWANG Cong2017-07-141-1/+1
| | * net: set fib rule refcount after mallocDavid Ahern2017-07-131-2/+1
| | * bpf: fix return in bpf_skb_adjust_netKefeng Wang2017-07-131-1/+1
OpenPOWER on IntegriCloud