aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-14tcp: add a tracepoint for tcp retransmissionCong Wang1-0/+1
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-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
2017-10-04net: Add extack to netdev_notifier_infoDavid Ahern1-32/+47
2017-10-04dev: advertise the new nsid when the netns iface changesNicolas Dichtel2-12/+30
2017-10-04net: cache skb_shinfo() in skb_try_coalesce()Eric Dumazet1-13/+16
2017-10-04rtnetlink: remove __rtnl_af_unregisterFlorian Westphal1-13/+1
2017-10-04rtnetlink: remove slave_validate callbackFlorian Westphal1-6/+0
2017-10-04net: core: fix kerneldoc commentFlorian Westphal1-1/+1
2017-10-03net: core: decouple ifalias get/set from rtnl lockFlorian Westphal3-24/+58
2017-10-03net: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov1-0/+3
2017-10-02socket, bpf: fix possible use after freeEric Dumazet2-5/+12
2017-10-02flow_dissector: dissect tunnel infoSimon Horman1-0/+100
2017-09-28net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch1-0/+2
2017-09-28rtnetlink: rtnl_have_link_slave_info doesn't need rtnlFlorian Westphal1-3/+7
2017-09-28rtnetlink: add helpers to dump netnsid informationFlorian Westphal1-11/+19
2017-09-28rtnetlink: add helpers to dump vf informationFlorian Westphal1-19/+31
2017-09-28rtnetlink: add helper to put master and link ifindexesFlorian Westphal1-5/+27
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann3-9/+101
2017-09-26bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann2-8/+8
2017-09-26datagram: Remove redundant unlikely()Tobias Klauser1-1/+1
2017-09-25neigh: make strucrt neigh_table::entry_size unsigned intAlexey Dobriyan1-9/+9
2017-09-25net: speed up skb_rbtree_purge()Eric Dumazet1-4/+7
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-11/+24
2017-09-22net: use 32-bit arithmetic while allocating net deviceAlexey Dobriyan1-1/+1
2017-09-22net: orphan frags on stand-alone ptype in dev_queue_xmit_nitWillem de Bruijn1-2/+6
2017-09-21net: ethtool: Add back transceiver typeFlorian Fainelli1-0/+2
2017-09-20net: change skb->mac_header when Generic XDP calls adjust_headEdward Cree1-0/+1
2017-09-19bpf: fix ri->map_owner pointer on bpf_prog_reallocDaniel Borkmann1-9/+15
2017-09-13net_sched: gen_estimator: fix scaling error in bytes/packets samplesEric Dumazet1-2/+2
2017-09-11xdp: implement xdp_redirect_map for generic XDPJesper Dangaard Brouer1-12/+26
2017-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-18/+43
2017-09-08bpf: make error reporting in bpf_warn_invalid_xdp_action more clearDaniel Borkmann1-1/+5
2017-09-08net: rcu lock and preempt disable missing around generic xdpJohn Fastabend1-9/+16
2017-09-08bpf: don't select potentially stale ri->map from buggy xdp progsDaniel Borkmann1-2/+19
2017-09-07udp: drop head states only when all skb references are gonePaolo Abeni1-6/+3
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2017-09-05flow_dissector: Add limit for number of headers to dissectTom Herbert1-3/+22
2017-09-05flow_dissector: Cleanup control flowTom Herbert1-78/+145