summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | bpf: move knowledge about post-translation offsets out of verifierJakub Kicinski2017-10-181-0/+40
| * | | | | | bpf: split verifier and program opsJakub Kicinski2017-10-181-9/+36
| * | | | | | net/core: Convert sk_timer users to use timer_setup()Kees Cook2017-10-181-1/+1
| * | | | | | net/core: Collapse redundant sk_timer callback data assignmentsKees Cook2017-10-181-1/+1
| * | | | | | bpf: cpumap xdp_buff to skb conversion and allocationJesper Dangaard Brouer2017-10-181-0/+27
| * | | | | | bpf: XDP_REDIRECT enable use of cpumapJesper Dangaard Brouer2017-10-181-29/+111
| |/ / / / /
| * | | | | 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-141-0/+1
| * | | | | net: dst: move cpu inside ifdef to avoid compilation warningJakub Kicinski2017-10-101-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/+6
| * | | | | 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-053-5/+17
| |\ \ \ \ \
| * | | | | | net: Add extack to upper device linkingDavid Ahern2017-10-041-5/+10
| * | | | | | net: Add extack to ndo_add_slaveDavid Ahern2017-10-041-4/+6
| * | | | | | net: Add extack to netdev_notifier_infoDavid Ahern2017-10-041-32/+47
| * | | | | | dev: advertise the new nsid when the netns iface changesNicolas Dichtel2017-10-042-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/+1
| * | | | | | rtnetlink: remove slave_validate callbackFlorian Westphal2017-10-041-6/+0
| * | | | | | net: core: fix kerneldoc commentFlorian Westphal2017-10-041-1/+1
| * | | | | | net: core: decouple ifalias get/set from rtnl lockFlorian Westphal2017-10-033-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-251-9/+9
| * | | | | | net: speed up skb_rbtree_purge()Eric Dumazet2017-09-251-4/+7
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-233-11/+24
| |\ \ \ \ \ \
| * | | | | | | net: use 32-bit arithmetic while allocating net deviceAlexey Dobriyan2017-09-221-1/+1
* | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-133-3/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | netpoll: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2017-11-081-1/+1
| * | | | | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0712-3/+40
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-252-2/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin2017-11-041-0/+1
| |/ / / / / |/| | | | |
* | | | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0211-0/+11
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0211-0/+11
| |/ / / /
* | | | | bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend2017-10-291-2/+3
* | | | | bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend2017-10-291-1/+26
|/ / / /
* | | | net: ethtool: remove error check for legacy setting transceiver typeNiklas Söderlund2017-10-221-3/+2
* | | | soreuseport: fix initialization raceCraig Gallek2017-10-221-3/+9
* | | | sock: correct sk_wmem_queued accounting on efault in tcp zerocopyWillem de Bruijn2017-10-221-0/+4
* | | | bpf: remove mark access for SK_SKB program typesJohn Fastabend2017-10-201-1/+1
* | | | bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-201-14/+15
OpenPOWER on IntegriCloud