aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-56/+62
2019-03-04net/sched: avoid unused-label warningArnd Bergmann1-1/+1
2019-03-04net: ignore sysctl_devconf_inherit_init_net without SYSCTLArnd Bergmann2-2/+5
2019-03-04devlink: Add support for direct reporter health state updateEran Ben Elisha1-5/+17
2019-03-04devlink: Update reporter state to error even if recover abortedEran Ben Elisha1-1/+4
2019-03-04sctp: call iov_iter_revert() after sending ABORTXin Long1-0/+1
2019-03-04ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel1-4/+4
2019-03-04net-sysfs: Switch to bitmap_zalloc()Andy Shevchenko1-7/+5
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-9/+61
2019-03-03tls: Fix tls_device receiveBoris Pismenny1-11/+14
2019-03-03tls: Fix mixing between async capable and asyncEran Ben Elisha1-6/+9
2019-03-03tls: Fix write space handlingBoris Pismenny3-9/+36
2019-03-03tls: Fix tls_device handling of partial recordsBoris Pismenny2-17/+5
2019-03-03net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing1-0/+3
2019-03-03net: ipv6: add socket option IPV6_ROUTER_ALERT_ISOLATEFrancesco Ruggeri2-0/+16
2019-03-03net: fixup address-space warnings in compat_mc_{get,set}sockopt()Ben Dooks1-4/+4
2019-03-03net: dsa: Use prepare/commit phase in dsa_slave_vlan_rx_add_vid()Florian Fainelli1-3/+6
2019-03-03sch_cake: Simplify logic in cake_select_tin()Toke Høiland-Jørgensen1-38/+23
2019-03-03sch_cake: Permit use of connmarks as tin classifiersKevin Darbyshire-Bryant1-7/+27
2019-03-03sch_cake: Make the dual modes fairerGeorge Amanakis1-29/+63
2019-03-03net: dsa: add KSZ9893 switch tagging supportTristram Ha3-0/+37
2019-03-03appletalk: Fix use-after-free in atalk_proc_exitYueHaibing3-8/+36
2019-03-03appletalk: use remove_proc_subtree to simplify procfs codeYueHaibing1-39/+17
2019-03-02net: sched: put back q.qlen into a single locationEric Dumazet2-9/+6
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller47-2267/+1695
2019-03-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller2-7/+50
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller22-42/+142
2019-03-02bpf: add bpf helper bpf_skb_ecn_set_cebrakmo1-0/+28
2019-03-02net: sit: fix memory leak in sit_init_net()Mao Wenan1-0/+1
2019-03-02net: ipv4: Fix NULL pointer dereference in route lookupIdo Schimmel1-1/+1
2019-03-01net: support 64bit rates for getsockopt(SO_MAX_PACING_RATE)Eric Dumazet1-2/+8
2019-03-01net: support 64bit values for setsockopt(SO_MAX_PACING_RATE)Eric Dumazet1-5/+13
2019-03-01switchdev: Remove unused transaction item queueFlorian Fainelli1-98/+2
2019-03-01devlink: fix kdocJakub Kicinski1-7/+5
2019-03-01ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu3-6/+16
2019-03-01netfilter: nf_tables: merge ipv4 and ipv6 nat chain typesFlorian Westphal9-194/+111
2019-03-01netfilter: nf_tables: nat: merge nft_masq protocol specific modulesFlorian Westphal8-214/+168
2019-03-01netfilter: nf_tables: nat: merge nft_redir protocol specific modulesFlorian Westphal8-195/+143
2019-03-01netfilter: xt_IDLETIMER: fix sysfs callback function typeSami Tolvanen1-10/+4
2019-03-01netfilter: nf_conntrack: ensure that CONNTRACK_LOCKS is power of 2Li RongQing1-0/+1
2019-03-01netfilter: nf_tables: check the result of dereferencing base_chain->statsLi RongQing1-6/+8
2019-03-01netfilter: bridge: Don't sabotage nf_hook calls for an l3mdev slaveDavid Ahern1-1/+2
2019-03-01ipvs: get sctphdr by sctphoff in sctp_csum_checkXin Long1-5/+2
2019-03-01netfilter: convert the proto argument from u8 to u16Li RongQing2-5/+5
2019-03-01netfilter: nft_tunnel: Add dst_cache supportwenxu1-0/+7
2019-03-01netfilter: conntrack: tcp: only close if RST matches exact sequenceFlorian Westphal1-10/+40
2019-03-01ipvs: change some data types from int to boolAndrea Claudi5-18/+18
2019-02-28net/smc: allow pnetid-less configurationUrsula Braun1-1/+41
2019-02-28net: sched: pie: avoid slow division in drop probability decayLeslie Monis1-1/+2
2019-02-28sctp: chunk.c: correct format string for size_t in printkMatthias Maennich1-1/+1