summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2017-08-09rtnetlink: protect handler table with rcuFlorian Westphal
2017-08-09rtnetlink: small rtnl lock pushdownFlorian Westphal
2017-08-09rtnetlink: add reference counting to prevent module unload while dump is in p...Florian Westphal
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal
2017-08-09rtnetlink: call rtnl_calcit directlyFlorian Westphal
2017-08-09bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann
2017-08-09sock: fix zerocopy panic in mem accountingWillem de Bruijn
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-08net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-08-07ipv6: sr: define core operations for seg6local lightweight tunnelDavid Lebrun
2017-08-07lwtunnel: replace EXPORT_SYMBOL with EXPORT_SYMBOL_GPLRoopa Prabhu
2017-08-03sock: ulimit on MSG_ZEROCOPY pagesWillem de Bruijn
2017-08-03sock: MSG_ZEROCOPY notification coalescingWillem de Bruijn
2017-08-03sock: enable MSG_ZEROCOPYWillem de Bruijn
2017-08-03sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn
2017-08-03sock: add MSG_ZEROCOPYWillem de Bruijn
2017-08-03sock: skb_copy_ubufs support for compound pagesWillem de Bruijn
2017-08-03sock: allocate skbs from optmemWillem de Bruijn
2017-08-03net: fib_rules: Implement notification logic in coreIdo Schimmel
2017-08-03net: core: Make the FIB notification chain genericIdo Schimmel
2017-08-03bpf: fix the printing of ifindexWilliam Tu
2017-08-02flow_dissector: remove unused functionsWANG Cong
2017-08-01net: add skb_frag_foreach_page and use with kmap_atomicWillem de Bruijn
2017-08-01skbuff: Function to send an skbuf on a socketTom Herbert
2017-08-01proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-29net: ethtool: add support for forward error correction modesVidya Sagar Ravipati
2017-07-29net: check dev->addr_len for dev_set_mac_address()WANG Cong
2017-07-26netpoll: Fix device name check in netpoll_setup()Matthias Kaehlcke
2017-07-24skbuff: re-add check for NULL skb->head in kfree_skb pathFlorian Westphal
2017-07-24net: call udp_tunnel_get_rx_info when NETIF_F_RX_UDP_TUNNEL_PORT is toggledSabrina Dubroca
2017-07-24net: add new netdevice feature for offload of RX port for UDP tunnelsSabrina Dubroca
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-07-20rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong
2017-07-19Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"David Ahern
2017-07-19net: make dev_close and related functions voidstephen hemminger
2017-07-19net: Zero terminate ifr_name in dev_ifname().David S. Miller
2017-07-19wireless: wext: terminate ifr name coming from userspaceLevin, Alexander
2017-07-18xfrm: remove flow cacheFlorian Westphal
2017-07-17net: Revert "net: add function to allocate sk_buff head without data area"Florian Westphal
2017-07-17net: Remove all references to SKB_GSO_UDP.David S. Miller
2017-07-17net: Remove references to NETIF_F_UFO from ethtool.David S. Miller
2017-07-17net: Remove references to NETIF_F_UFO in netdev_fix_features().David S. Miller
2017-07-17xdp: Add batching support to redirect mapJohn Fastabend
2017-07-17bpf: add bpf_redirect_map helper routineJohn Fastabend
2017-07-17xdp: add trace event for xdp redirectJohn Fastabend
2017-07-17net: implement XDP_REDIRECT for xdp genericJohn Fastabend
2017-07-17xdp: add bpf_redirect helper functionJohn Fastabend
2017-07-17net: xdp: support xdp generic on virtual devicesJohn Fastabend