summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2017-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-08-16dsa: fix flow disector null pointerCraig Gallek1-1/+1
2017-08-14net: export some generic xdp helpersJason Wang1-6/+8
2017-08-14rtnelink: Move link dump consistency check out of the loopJakub Sitnicki1-4/+2
2017-08-12bpf: fix two missing target_size settings in bpf_convert_ctx_accessDaniel Borkmann1-0/+2
2017-08-12net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx.Tonghao Zhang1-2/+1
2017-08-10rtnetlink: fallback to UNSPEC if current family has no doit callbackFlorian Westphal1-0/+6
2017-08-10rtnetlink: init handler refcounts to 1Florian Westphal1-1/+6
2017-08-10rtnetlink: switch rtnl_link_get_slave_info_data_size to rcuFlorian Westphal1-4/+12
2017-08-10rtnetlink: do not use RTM_GETLINK directlyFlorian Westphal1-2/+2
2017-08-10rtnetlink: use rcu_dereference_raw to silence rcu splatFlorian Westphal1-1/+1
2017-08-10net: core: fix compile error inside flow_dissector due to new dsa callbackJohn Crispin1-0/+2
2017-08-10net-next: dsa: fix flow dissectionJohn Crispin1-0/+12
2017-08-10net: call newid/getid without rtnl mutex heldFlorian Westphal1-2/+3
2017-08-10rtnetlink: add RTNL_FLAG_DOIT_UNLOCKEDFlorian Westphal1-0/+15
2017-08-10rtnetlink: protect handler table with rcuFlorian Westphal1-56/+65
2017-08-10rtnetlink: small rtnl lock pushdownFlorian Westphal1-6/+13
2017-08-10rtnetlink: add reference counting to prevent module unload while dump is in p...Florian Westphal1-1/+13
2017-08-10rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal4-28/+28
2017-08-10rtnetlink: call rtnl_calcit directlyFlorian Westphal1-25/+4
2017-08-10bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann1-4/+17
2017-08-10sock: fix zerocopy panic in mem accountingWillem de Bruijn1-2/+2
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-09net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn1-1/+1
2017-08-08ipv6: sr: define core operations for seg6local lightweight tunnelDavid Lebrun1-0/+2
2017-08-08lwtunnel: replace EXPORT_SYMBOL with EXPORT_SYMBOL_GPLRoopa Prabhu1-13/+13
2017-08-04sock: ulimit on MSG_ZEROCOPY pagesWillem de Bruijn1-0/+48
2017-08-04sock: MSG_ZEROCOPY notification coalescingWillem de Bruijn1-7/+92
2017-08-04sock: enable MSG_ZEROCOPYWillem de Bruijn2-31/+21
2017-08-04sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn2-0/+21
2017-08-04sock: add MSG_ZEROCOPYWillem de Bruijn3-21/+169
2017-08-04sock: skb_copy_ubufs support for compound pagesWillem de Bruijn1-15/+38
2017-08-04sock: allocate skbs from optmemWillem de Bruijn1-0/+27
2017-08-04net: fib_rules: Implement notification logic in coreIdo Schimmel1-0/+63
2017-08-04net: core: Make the FIB notification chain genericIdo Schimmel2-1/+166
2017-08-03bpf: fix the printing of ifindexWilliam Tu1-4/+6
2017-08-02flow_dissector: remove unused functionsWANG Cong1-45/+0
2017-08-02net: add skb_frag_foreach_page and use with kmap_atomicWillem de Bruijn1-29/+59
2017-08-02skbuff: Function to send an skbuf on a socketTom Herbert1-0/+101
2017-08-02proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert1-0/+22
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+3
2017-07-30net: ethtool: add support for forward error correction modesVidya Sagar Ravipati1-0/+34
2017-07-29net: check dev->addr_len for dev_set_mac_address()WANG Cong1-0/+2
2017-07-27netpoll: Fix device name check in netpoll_setup()Matthias Kaehlcke1-1/+1
2017-07-25skbuff: re-add check for NULL skb->head in kfree_skb pathFlorian Westphal1-1/+2
2017-07-24net: call udp_tunnel_get_rx_info when NETIF_F_RX_UDP_TUNNEL_PORT is toggledSabrina Dubroca1-1/+21
2017-07-24net: add new netdevice feature for offload of RX port for UDP tunnelsSabrina Dubroca2-0/+7
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-11/+14
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-5/+9
2017-07-21rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong1-1/+2