aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-01net: Add extack to fib_notifier_infoDavid Ahern1-3/+6
2017-10-31net: filter: remove unused variable and fix warningJakub Kicinski1-2/+1
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+29
2017-10-29bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend1-2/+3
2017-10-29bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend1-1/+26
2017-10-25bonding: remove rtmsg_ifinfo called after bond_lower_state_changedXin Long1-1/+0
2017-10-25rtnetlink: bring NETDEV_CHANGELOWERSTATE event process back to rtnetlink_eventXin Long1-0/+1
2017-10-24tcp: add tracepoint trace_tcp_send_resetSong Liu1-0/+2
2017-10-23net: core: rtnetlink: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva1-2/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-32/+63
2017-10-22bpf: Adding helper function bpf_getsockopsLawrence Brakmo1-1/+45
2017-10-22net: ethtool: remove error check for legacy setting transceiver typeNiklas Söderlund1-3/+2
2017-10-22soreuseport: fix initialization raceCraig Gallek1-3/+9
2017-10-22sock: correct sk_wmem_queued accounting on efault in tcp zerocopyWillem de Bruijn1-0/+4
2017-10-20bpf: remove mark access for SK_SKB program typesJohn Fastabend1-1/+1
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend1-14/+15
2017-10-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-0/+16
2017-10-18bpf: allow access to skb->len from offloadsJakub Kicinski1-0/+2
2017-10-18bpf: move knowledge about post-translation offsets out of verifierJakub Kicinski1-0/+40
2017-10-18bpf: split verifier and program opsJakub Kicinski1-9/+36
2017-10-18net/core: Convert sk_timer users to use timer_setup()Kees Cook1-1/+1
2017-10-18net/core: Collapse redundant sk_timer callback data assignmentsKees Cook1-1/+1
2017-10-18bpf: cpumap xdp_buff to skb conversion and allocationJesper Dangaard Brouer1-0/+27
2017-10-18bpf: XDP_REDIRECT enable use of cpumapJesper Dangaard Brouer1-29/+111
2017-10-17ethtool: add ethtool_intersect_link_masksAlan Brady1-0/+16
2017-10-17net: export netdev_txq_to_tc to allow sch_mqprio to compile as moduleHenrik Austad1-0/+1
2017-10-16net: core: rcu-ify rtnl af_opsFlorian Westphal1-16/+46
2017-10-16rtnetlink: place link af dump into own helperFlorian Westphal1-30/+42
2017-10-16dev_ioctl: add missing NETDEV_CHANGE_TX_QUEUE_LEN event notificationXin Long1-1/+12
2017-10-16tun: call dev_get_valid_name() before register_netdevice()Cong Wang1-3/+3
2017-10-16net: enable interface alias removal via rtnlNicolas Dichtel1-1/+4
2017-10-16rtnetlink: do not set notification for tx_queue_len in do_setlinkXin Long1-1/+1
2017-10-16rtnetlink: check DO_SETLINK_NOTIFY correctly in do_setlinkXin Long1-1/+1
2017-10-16rtnetlink: bring NETDEV_CHANGEUPPER event process back in rtnetlink_eventXin Long1-0/+1
2017-10-16rtnetlink: bring NETDEV_POST_TYPE_CHANGE event process back in rtnetlink_eventXin Long1-0/+1
2017-10-16rtnetlink: bring NETDEV_CHANGE_TX_QUEUE_LEN event process back in rtnetlink_eventXin Long1-0/+1
2017-10-16rtnetlink: bring NETDEV_CHANGEMTU event process back in rtnetlink_eventXin Long1-0/+1
2017-10-14tcp: add a tracepoint for tcp retransmissionCong Wang1-0/+1
2017-10-14net: fix typo in skbuff.cWenhua Shi1-1/+1
2017-10-10net: call cgroup_sk_alloc() earlier in sk_clone_lock()Eric Dumazet1-2/+1
2017-10-10Revert "net: defer call to cgroup_sk_alloc()"Eric Dumazet1-1/+2
2017-10-10net: dst: move cpu inside ifdef to avoid compilation warningJakub Kicinski1-1/+1
2017-10-10rtnetlink: bridge: use ext_ack instead of printkFlorian Westphal1-14/+14
2017-10-10net/core: Fix BUG to BUG_ON conditionals.Tim Hansen1-9/+6
2017-10-10bpf: don't rely on the verifier lock for metadata_dst allocationJakub Kicinski2-7/+25
2017-10-09net: defer call to cgroup_sk_alloc()Eric Dumazet1-2/+1
2017-10-09net: memcontrol: defer call to mem_cgroup_sk_alloc()Eric Dumazet1-1/+4
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+17
2017-10-04net: Add extack to upper device linkingDavid Ahern1-5/+10
2017-10-04net: Add extack to ndo_add_slaveDavid Ahern1-4/+6