summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2017-10-25bonding: remove rtmsg_ifinfo called after bond_lower_state_changedXin Long
2017-10-25rtnetlink: bring NETDEV_CHANGELOWERSTATE event process back to rtnetlink_eventXin Long
2017-10-24tcp: add tracepoint trace_tcp_send_resetSong Liu
2017-10-23net: core: rtnetlink: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-22bpf: Adding helper function bpf_getsockopsLawrence Brakmo
2017-10-22net: ethtool: remove error check for legacy setting transceiver typeNiklas Söderlund
2017-10-22soreuseport: fix initialization raceCraig Gallek
2017-10-22sock: correct sk_wmem_queued accounting on efault in tcp zerocopyWillem de Bruijn
2017-10-20bpf: remove mark access for SK_SKB program typesJohn Fastabend
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend
2017-10-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2017-10-18bpf: allow access to skb->len from offloadsJakub Kicinski
2017-10-18bpf: move knowledge about post-translation offsets out of verifierJakub Kicinski
2017-10-18bpf: split verifier and program opsJakub Kicinski
2017-10-18net/core: Convert sk_timer users to use timer_setup()Kees Cook
2017-10-18net/core: Collapse redundant sk_timer callback data assignmentsKees Cook
2017-10-18bpf: cpumap xdp_buff to skb conversion and allocationJesper Dangaard Brouer
2017-10-18bpf: XDP_REDIRECT enable use of cpumapJesper Dangaard Brouer
2017-10-17ethtool: add ethtool_intersect_link_masksAlan Brady
2017-10-17net: export netdev_txq_to_tc to allow sch_mqprio to compile as moduleHenrik Austad
2017-10-16net: core: rcu-ify rtnl af_opsFlorian Westphal
2017-10-16rtnetlink: place link af dump into own helperFlorian Westphal
2017-10-16dev_ioctl: add missing NETDEV_CHANGE_TX_QUEUE_LEN event notificationXin Long
2017-10-16tun: call dev_get_valid_name() before register_netdevice()Cong Wang
2017-10-16net: enable interface alias removal via rtnlNicolas Dichtel
2017-10-16rtnetlink: do not set notification for tx_queue_len in do_setlinkXin Long
2017-10-16rtnetlink: check DO_SETLINK_NOTIFY correctly in do_setlinkXin Long
2017-10-16rtnetlink: bring NETDEV_CHANGEUPPER event process back in rtnetlink_eventXin Long
2017-10-16rtnetlink: bring NETDEV_POST_TYPE_CHANGE event process back in rtnetlink_eventXin Long
2017-10-16rtnetlink: bring NETDEV_CHANGE_TX_QUEUE_LEN event process back in rtnetlink_e...Xin Long
2017-10-16rtnetlink: bring NETDEV_CHANGEMTU event process back in rtnetlink_eventXin Long
2017-10-14tcp: add a tracepoint for tcp retransmissionCong Wang
2017-10-14net: fix typo in skbuff.cWenhua Shi
2017-10-10net: call cgroup_sk_alloc() earlier in sk_clone_lock()Eric Dumazet
2017-10-10Revert "net: defer call to cgroup_sk_alloc()"Eric Dumazet
2017-10-10net: dst: move cpu inside ifdef to avoid compilation warningJakub Kicinski
2017-10-10rtnetlink: bridge: use ext_ack instead of printkFlorian Westphal
2017-10-10net/core: Fix BUG to BUG_ON conditionals.Tim Hansen
2017-10-10bpf: don't rely on the verifier lock for metadata_dst allocationJakub Kicinski
2017-10-09net: defer call to cgroup_sk_alloc()Eric Dumazet
2017-10-09net: memcontrol: defer call to mem_cgroup_sk_alloc()Eric Dumazet
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-04net: Add extack to upper device linkingDavid Ahern
2017-10-04net: Add extack to ndo_add_slaveDavid Ahern
2017-10-04net: Add extack to netdev_notifier_infoDavid Ahern
2017-10-04dev: advertise the new nsid when the netns iface changesNicolas Dichtel
2017-10-04net: cache skb_shinfo() in skb_try_coalesce()Eric Dumazet
2017-10-04rtnetlink: remove __rtnl_af_unregisterFlorian Westphal
2017-10-04rtnetlink: remove slave_validate callbackFlorian Westphal