aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-09net: call newid/getid without rtnl mutex heldFlorian Westphal1-2/+3
2017-08-09rtnetlink: add RTNL_FLAG_DOIT_UNLOCKEDFlorian Westphal1-0/+15
2017-08-09rtnetlink: protect handler table with rcuFlorian Westphal1-56/+65
2017-08-09rtnetlink: small rtnl lock pushdownFlorian Westphal1-6/+13
2017-08-09rtnetlink: add reference counting to prevent module unload while dump is in progressFlorian Westphal1-1/+13
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal4-28/+28
2017-08-09rtnetlink: call rtnl_calcit directlyFlorian Westphal1-25/+4
2017-08-09bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann1-4/+17
2017-08-09sock: fix zerocopy panic in mem accountingWillem de Bruijn1-2/+2
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-08net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn1-1/+1
2017-08-07ipv6: sr: define core operations for seg6local lightweight tunnelDavid Lebrun1-0/+2
2017-08-07lwtunnel: replace EXPORT_SYMBOL with EXPORT_SYMBOL_GPLRoopa Prabhu1-13/+13
2017-08-03sock: ulimit on MSG_ZEROCOPY pagesWillem de Bruijn1-0/+48
2017-08-03sock: MSG_ZEROCOPY notification coalescingWillem de Bruijn1-7/+92
2017-08-03sock: enable MSG_ZEROCOPYWillem de Bruijn2-31/+21
2017-08-03sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn2-0/+21
2017-08-03sock: add MSG_ZEROCOPYWillem de Bruijn3-21/+169
2017-08-03sock: skb_copy_ubufs support for compound pagesWillem de Bruijn1-15/+38
2017-08-03sock: allocate skbs from optmemWillem de Bruijn1-0/+27
2017-08-03net: fib_rules: Implement notification logic in coreIdo Schimmel1-0/+63
2017-08-03net: 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-01net: add skb_frag_foreach_page and use with kmap_atomicWillem de Bruijn1-29/+59
2017-08-01skbuff: Function to send an skbuf on a socketTom Herbert1-0/+101
2017-08-01proto_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-29net: 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-26netpoll: Fix device name check in netpoll_setup()Matthias Kaehlcke1-1/+1
2017-07-24skbuff: 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-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-5/+9
2017-07-20rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong1-1/+2
2017-07-19Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"David Ahern1-0/+1
2017-07-19net: make dev_close and related functions voidstephen hemminger1-15/+11
2017-07-19net: Zero terminate ifr_name in dev_ifname().David S. Miller1-0/+1
2017-07-19wireless: wext: terminate ifr name coming from userspaceLevin, Alexander1-0/+2
2017-07-18xfrm: remove flow cacheFlorian Westphal2-517/+0
2017-07-17net: Revert "net: add function to allocate sk_buff head without data area"Florian Westphal1-29/+2
2017-07-17net: Remove all references to SKB_GSO_UDP.David S. Miller1-4/+4
2017-07-17net: Remove references to NETIF_F_UFO from ethtool.David S. Miller1-7/+0
2017-07-17net: Remove references to NETIF_F_UFO in netdev_fix_features().David S. Miller1-18/+0
2017-07-17xdp: Add batching support to redirect mapJohn Fastabend1-10/+45
2017-07-17bpf: add bpf_redirect_map helper routineJohn Fastabend1-0/+52
2017-07-17xdp: add trace event for xdp redirectJohn Fastabend1-4/+9
2017-07-17net: implement XDP_REDIRECT for xdp genericJohn Fastabend2-2/+46