summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-12-051-13/+14
|\
| * bpf: Support sk lookup in netns with id 0Joe Stringer2018-11-301-5/+6
| * bpf: fix pointer offsets in context for 32 bitDaniel Borkmann2018-11-301-8/+8
* | net: use skb_list_del_init() to remove from RX sublistsEdward Cree2018-12-051-4/+4
* | rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet2018-12-041-0/+3
* | net/core: tidy up an error messageQian Cai2018-12-031-2/+2
* | net: fix XPS static_key accountingSabrina Dubroca2018-11-291-21/+24
* | net: restore call to netdev_queue_numa_node_write when resetting XPSSabrina Dubroca2018-11-291-7/+9
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-11-251-3/+2
|\
| * bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udpAndrey Ignatov2018-11-091-3/+2
* | net: don't keep lonely packets forever in the gro hashPaolo Abeni2018-11-231-2/+5
* | net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata2018-11-211-0/+5
* | net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet2018-11-171-0/+4
* | flow_dissector: do not dissect l4 ports for fragments배석진2018-11-091-2/+2
|/
* sock_diag: fix autoloading of the raw_diag moduleAndrei Vagin2018-11-051-0/+1
* net: core: netpoll: Enable netconsole IPv6 link local addressMatwey V. Kornilov2018-11-051-1/+2
* rtnetlink: restore handling of dumpit return value in rtnl_dump_all()Alexey Kodanev2018-11-051-1/+1
* net: do not abort bulk send on BQL statusEric Dumazet2018-11-031-1/+1
* net: document skb parameter in function 'skb_gso_size_check'Mathieu Malaterre2018-11-021-0/+2
* rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel2018-10-291-0/+10
* net: Properly unlink GRO packets on overflow.David S. Miller2018-10-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-10-262-6/+25
|\
| * bpf: fix wrong helper enablement in cgroup local storageDaniel Borkmann2018-10-261-4/+0
| * bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann2018-10-251-2/+8
| * bpf: make direct packet write unclone more robustDaniel Borkmann2018-10-251-0/+11
| * bpf: disallow direct packet access for unpriv in cg_skbDaniel Borkmann2018-10-251-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-10-263-6/+9
|\ \
| * | net/neigh: fix NULL deref in pneigh_dump_table()Eric Dumazet2018-10-261-2/+2
| |/
| * net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti2018-10-241-2/+3
| * net: rtnl_dump_all needs to propagate error from dumpit functionDavid Ahern2018-10-241-2/+4
* | Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-10-251-0/+1
|\ \ | |/ |/|
| * cgroup, netclassid: add a preemption point to write_classidMichal Hocko2018-10-231-0/+1
* | Revert "net: simplify sock_poll_wait"Karsten Graul2018-10-231-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-212-6/+181
|\ \
| * | bpf: sk_msg program helper bpf_msg_push_dataJohn Fastabend2018-10-201-0/+134
| * | bpf: skmsg, fix psock create on existing kcm/tls portJohn Fastabend2018-10-201-5/+6
| * | bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKBSong Liu2018-10-191-1/+35
| * | bpf: add queue and stack mapsMauricio Vasquez B2018-10-191-0/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-212-4/+4
|\ \ \
| * | | Revert "neighbour: force neigh_invalidate when NUD_FAILED update is from admin"Roopa Prabhu2018-10-201-2/+1
| * | | net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis2018-10-201-2/+3
* | | | netpoll: allow cleanup to be synchronousDebabrata Banerjee2018-10-191-16/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-192-4/+9
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Revert "bond: take rcu lock in netpoll_send_skb_on_dev"David S. Miller2018-10-191-2/+0
| * | ethtool: fix a privilege escalation bugWenwen Wang2018-10-151-2/+6
| * | ethtool: fix a missing-check bugWenwen Wang2018-10-151-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-156-261/+1910
|\ \ \
| * | | bpf: Fix IPv6 dport byte-order in bpf_sk_lookupJoe Stringer2018-10-151-2/+3
| * | | bpf: Allow sk_lookup with IPv6 moduleJoe Stringer2018-10-151-5/+7
| * | | tls: convert to generic sk_msg interfaceDaniel Borkmann2018-10-152-61/+39
OpenPOWER on IntegriCloud