aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-17xdp: add bpf_redirect helper functionJohn Fastabend1-0/+52
2017-07-17net: xdp: support xdp generic on virtual devicesJohn Fastabend1-95/+113
2017-07-17skbuff: optimize the pull_pages code in __pskb_pull_tail()linzhang1-0/+3
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-2/+1
2017-07-14netpoll: shut up a kernel warning on refcountWANG Cong1-1/+1
2017-07-13net: set fib rule refcount after mallocDavid Ahern1-2/+1
2017-07-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+4
2017-07-13bpf: fix return in bpf_skb_adjust_netKefeng Wang1-1/+1
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semanticMichal Hocko2-4/+4
2017-07-12datagram: fix kernel-doc commentsstephen hemminger1-3/+3
2017-07-08bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong1-1/+2
2017-07-05Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+6
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds19-635/+1359