summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
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-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-14tcp: add a tracepoint for tcp retransmissionCong Wang
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-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
2017-10-04net: core: fix kerneldoc commentFlorian Westphal
2017-10-03net: core: decouple ifalias get/set from rtnl lockFlorian Westphal
2017-10-03net: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov
2017-10-02socket, bpf: fix possible use after freeEric Dumazet
2017-10-02flow_dissector: dissect tunnel infoSimon Horman
2017-09-28net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch
2017-09-28rtnetlink: rtnl_have_link_slave_info doesn't need rtnlFlorian Westphal
2017-09-28rtnetlink: add helpers to dump netnsid informationFlorian Westphal
2017-09-28rtnetlink: add helpers to dump vf informationFlorian Westphal
2017-09-28rtnetlink: add helper to put master and link ifindexesFlorian Westphal
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann
2017-09-26bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann
2017-09-26datagram: Remove redundant unlikely()Tobias Klauser
2017-09-25neigh: make strucrt neigh_table::entry_size unsigned intAlexey Dobriyan
2017-09-25net: speed up skb_rbtree_purge()Eric Dumazet
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-09-22net: use 32-bit arithmetic while allocating net deviceAlexey Dobriyan
2017-09-22net: orphan frags on stand-alone ptype in dev_queue_xmit_nitWillem de Bruijn
2017-09-21net: ethtool: Add back transceiver typeFlorian Fainelli
2017-09-20net: change skb->mac_header when Generic XDP calls adjust_headEdward Cree
2017-09-19bpf: fix ri->map_owner pointer on bpf_prog_reallocDaniel Borkmann
2017-09-13net_sched: gen_estimator: fix scaling error in bytes/packets samplesEric Dumazet
2017-09-11xdp: implement xdp_redirect_map for generic XDPJesper Dangaard Brouer
2017-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-09-08bpf: make error reporting in bpf_warn_invalid_xdp_action more clearDaniel Borkmann
2017-09-08net: rcu lock and preempt disable missing around generic xdpJohn Fastabend
2017-09-08bpf: don't select potentially stale ri->map from buggy xdp progsDaniel Borkmann
2017-09-07udp: drop head states only when all skb references are gonePaolo Abeni
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-09-05flow_dissector: Add limit for number of headers to dissectTom Herbert
2017-09-05flow_dissector: Cleanup control flowTom Herbert