aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-04-11netfilter: nf_nat: merge ip/ip6 masquerade headersFlorian Westphal4-6/+4
2019-04-11net: sched: flower: use correct ht function to prevent duplicatesVlad Buslov1-3/+3
2019-04-11netns: read NETNSA_NSID as s32 attribute in rtnl_net_getid()Guillaume Nault1-1/+1
2019-04-11net: bridge: multicast: use rcu to access port list from br_multicast_start_querierNikolay Aleksandrov1-1/+3
2019-04-11net/smc: move unhash before release of clcsockUrsula Braun1-3/+3
2019-04-11net/smc: fix return code from FLUSH commandKarsten Graul1-1/+2
2019-04-11net/smc: propagate file from SMC to TCP socketUrsula Braun1-10/+28
2019-04-11net/smc: fix a NULL pointer dereferenceKangjie Lu1-0/+5
2019-04-11net/smc: wait for pending work before clcsock release_sockKarsten Graul3-10/+30
2019-04-11bpf: support input __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev1-8/+135
2019-04-11net: fou: remove redundant code in gue_udp_recvLorenzo Bianconi1-3/+1
2019-04-10net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi1-1/+3
2019-04-10tipc: missing entries in name table of publicationsHoang Le1-1/+2
2019-04-10fou: correct spelling of encapsulationSimon Horman1-2/+2
2019-04-10failover: allow name change on IFF_UP slave interfacesSi-Wei Liu2-4/+18
2019-04-10net/sched: cbs: fix port_rate miscalculationLeandro Dorileo1-14/+84
2019-04-10net/sched: taprio: fix picos_per_byte miscalculationLeandro Dorileo1-16/+81
2019-04-10net/tls: fix build without CONFIG_TLS_DEVICEJakub Kicinski1-0/+2
2019-04-10net: strparser: fix commentJakub Kicinski1-1/+1
2019-04-10net: strparser: partially revert "strparser: Call skb_unclone conditionally"Jakub Kicinski1-7/+5
2019-04-10net/tls: don't leak partially sent record in device modeJakub Kicinski3-14/+30
2019-04-10net/tls: fix the IV leaksJakub Kicinski1-1/+4
2019-04-10ipv4: Handle RTA_GATEWAY set to 0David Ahern2-2/+4
2019-04-10Revert: "net: sched: put back q.qlen into a single location"Paolo Abeni2-4/+7
2019-04-10net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, tooPaolo Abeni2-9/+16
2019-04-10net: sched: always do stats accounting according to TCQ_F_CPUSTATSPaolo Abeni1-33/+17
2019-04-10net: caif: avoid using qdisc_qlen()Paolo Abeni1-4/+8
2019-04-10mac80211: fix RX STBC override byte orderJohannes Berg1-2/+3
2019-04-09Merge tag 'mac80211-for-davem-2019-04-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller10-48/+102
2019-04-09net/ipv4/netfilter: Update comment from call_rcu_bh() to call_rcu()Paul E. McKenney1-1/+1
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus3-4/+4
2019-04-09mac80211: Honor SW_CRYPTO_CONTROL for unicast keys in AP VLAN modeAlexander Wetzel1-5/+4
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-12/+31
2019-04-08net: ip6_gre: fix possible use-after-free in ip6erspan_rcvLorenzo Bianconi1-7/+13
2019-04-08net: ip_gre: fix possible use-after-free in erspan_rcvLorenzo Bianconi1-5/+10
2019-04-08ipv4: Allow ipv6 gateway with ipv4 routesDavid Ahern2-8/+121
2019-04-08ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern1-0/+2
2019-04-08ipv4: Handle ipv6 gateway in fib_good_nhDavid Ahern1-2/+8
2019-04-08ipv4: Handle ipv6 gateway in fib_detect_deathDavid Ahern1-1/+9
2019-04-08ipv4: Handle ipv6 gateway in ipv4_confirm_neighDavid Ahern1-4/+6
2019-04-08bpf: Handle ipv6 gateway in bpf_ipv4_fib_lookupDavid Ahern1-3/+14
2019-04-08ipv4: Add helpers for neigh lookup for nexthopDavid Ahern2-16/+22
2019-04-08neighbor: Add skip_cache argument to neigh_outputDavid Ahern2-2/+2
2019-04-08ipv4: Add fib_check_nh_v6_gwDavid Ahern1-0/+27
2019-04-08ipv4: Refactor fib_check_nhDavid Ahern1-108/+124
2019-04-08ipv4: Add support to fib_config for IPv6 gatewayDavid Ahern1-6/+23
2019-04-08ipv4: Add support to rtable for ipv6 gatewayDavid Ahern3-7/+31
2019-04-08ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern2-17/+31
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern7-36/+43
2019-04-08net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern6-29/+27