summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* ethtool: add ethtool_intersect_link_masksAlan Brady2017-10-171-0/+16
* net: export netdev_txq_to_tc to allow sch_mqprio to compile as moduleHenrik Austad2017-10-171-0/+1
* net: core: rcu-ify rtnl af_opsFlorian Westphal2017-10-161-16/+46
* rtnetlink: place link af dump into own helperFlorian Westphal2017-10-161-30/+42
* tcp: add a tracepoint for tcp retransmissionCong Wang2017-10-151-0/+1
* net: dst: move cpu inside ifdef to avoid compilation warningJakub Kicinski2017-10-111-1/+1
* rtnetlink: bridge: use ext_ack instead of printkFlorian Westphal2017-10-101-14/+14
* net/core: Fix BUG to BUG_ON conditionals.Tim Hansen2017-10-101-9/+6Star
* bpf: don't rely on the verifier lock for metadata_dst allocationJakub Kicinski2017-10-102-7/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-063-5/+17
|\
| * net: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov2017-10-031-0/+3
| * socket, bpf: fix possible use after freeEric Dumazet2017-10-032-5/+12
| * net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch2017-09-281-0/+2
* | net: Add extack to upper device linkingDavid Ahern2017-10-051-5/+10
* | net: Add extack to ndo_add_slaveDavid Ahern2017-10-051-4/+6
* | net: Add extack to netdev_notifier_infoDavid Ahern2017-10-051-32/+47
* | dev: advertise the new nsid when the netns iface changesNicolas Dichtel2017-10-052-12/+30
* | net: cache skb_shinfo() in skb_try_coalesce()Eric Dumazet2017-10-041-13/+16
* | rtnetlink: remove __rtnl_af_unregisterFlorian Westphal2017-10-041-13/+1Star
* | rtnetlink: remove slave_validate callbackFlorian Westphal2017-10-041-6/+0Star
* | net: core: fix kerneldoc commentFlorian Westphal2017-10-041-1/+1
* | net: core: decouple ifalias get/set from rtnl lockFlorian Westphal2017-10-043-24/+58
* | flow_dissector: dissect tunnel infoSimon Horman2017-10-021-0/+100
* | rtnetlink: rtnl_have_link_slave_info doesn't need rtnlFlorian Westphal2017-09-281-3/+7
* | rtnetlink: add helpers to dump netnsid informationFlorian Westphal2017-09-281-11/+19
* | rtnetlink: add helpers to dump vf informationFlorian Westphal2017-09-281-19/+31
* | rtnetlink: add helper to put master and link ifindexesFlorian Westphal2017-09-281-5/+27
* | bpf: add meta pointer for direct accessDaniel Borkmann2017-09-263-9/+101
* | bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann2017-09-262-8/+8
* | datagram: Remove redundant unlikely()Tobias Klauser2017-09-261-1/+1
* | neigh: make strucrt neigh_table::entry_size unsigned intAlexey Dobriyan2017-09-261-9/+9
* | net: speed up skb_rbtree_purge()Eric Dumazet2017-09-261-4/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-233-11/+24
|\|
| * net: orphan frags on stand-alone ptype in dev_queue_xmit_nitWillem de Bruijn2017-09-231-2/+6
| * net: ethtool: Add back transceiver typeFlorian Fainelli2017-09-221-0/+2
| * net: change skb->mac_header when Generic XDP calls adjust_headEdward Cree2017-09-211-0/+1
| * bpf: fix ri->map_owner pointer on bpf_prog_reallocDaniel Borkmann2017-09-201-9/+15
* | net: use 32-bit arithmetic while allocating net deviceAlexey Dobriyan2017-09-231-1/+1
|/
* net_sched: gen_estimator: fix scaling error in bytes/packets samplesEric Dumazet2017-09-131-2/+2
* xdp: implement xdp_redirect_map for generic XDPJesper Dangaard Brouer2017-09-111-12/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-093-18/+43
|\
| * bpf: make error reporting in bpf_warn_invalid_xdp_action more clearDaniel Borkmann2017-09-091-1/+5
| * net: rcu lock and preempt disable missing around generic xdpJohn Fastabend2017-09-091-9/+16
| * bpf: don't select potentially stale ri->map from buggy xdp progsDaniel Borkmann2017-09-091-2/+19
| * udp: drop head states only when all skb references are gonePaolo Abeni2017-09-081-6/+3Star
* | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-09-071-1/+1
|\ \ | |/ |/|
| * cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCSTejun Heo2017-07-211-1/+1
* | flow_dissector: Add limit for number of headers to dissectTom Herbert2017-09-051-3/+22
* | flow_dissector: Cleanup control flowTom Herbert2017-09-051-78/+145
* | net: Add module reference to FIB notifiersIdo Schimmel2017-09-021-2/+11