summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-04-11net/smc: fix a NULL pointer dereferenceKangjie Lu
2019-04-11net/smc: wait for pending work before clcsock release_sockKarsten Graul
2019-04-11bpf: support input __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev
2019-04-11net: fou: remove redundant code in gue_udp_recvLorenzo Bianconi
2019-04-10net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi
2019-04-10tipc: missing entries in name table of publicationsHoang Le
2019-04-10fou: correct spelling of encapsulationSimon Horman
2019-04-10failover: allow name change on IFF_UP slave interfacesSi-Wei Liu
2019-04-10net/sched: cbs: fix port_rate miscalculationLeandro Dorileo
2019-04-10net/sched: taprio: fix picos_per_byte miscalculationLeandro Dorileo
2019-04-10net/tls: fix build without CONFIG_TLS_DEVICEJakub Kicinski
2019-04-10net: strparser: fix commentJakub Kicinski
2019-04-10net: strparser: partially revert "strparser: Call skb_unclone conditionally"Jakub Kicinski
2019-04-10net/tls: don't leak partially sent record in device modeJakub Kicinski
2019-04-10net/tls: fix the IV leaksJakub Kicinski
2019-04-10ipv4: Handle RTA_GATEWAY set to 0David Ahern
2019-04-10Revert: "net: sched: put back q.qlen into a single location"Paolo Abeni
2019-04-10net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, tooPaolo Abeni
2019-04-10net: sched: always do stats accounting according to TCQ_F_CPUSTATSPaolo Abeni
2019-04-10net: caif: avoid using qdisc_qlen()Paolo Abeni
2019-04-09Merge tag 'mac80211-for-davem-2019-04-09' of git://git.kernel.org/pub/scm/lin...David S. Miller
2019-04-09mac80211: Honor SW_CRYPTO_CONTROL for unicast keys in AP VLAN modeAlexander Wetzel
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-08net: ip6_gre: fix possible use-after-free in ip6erspan_rcvLorenzo Bianconi
2019-04-08net: ip_gre: fix possible use-after-free in erspan_rcvLorenzo Bianconi
2019-04-08ipv4: Allow ipv6 gateway with ipv4 routesDavid Ahern
2019-04-08ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern
2019-04-08ipv4: Handle ipv6 gateway in fib_good_nhDavid Ahern
2019-04-08ipv4: Handle ipv6 gateway in fib_detect_deathDavid Ahern
2019-04-08ipv4: Handle ipv6 gateway in ipv4_confirm_neighDavid Ahern
2019-04-08bpf: Handle ipv6 gateway in bpf_ipv4_fib_lookupDavid Ahern
2019-04-08ipv4: Add helpers for neigh lookup for nexthopDavid Ahern
2019-04-08neighbor: Add skip_cache argument to neigh_outputDavid Ahern
2019-04-08ipv4: Add fib_check_nh_v6_gwDavid Ahern
2019-04-08ipv4: Refactor fib_check_nhDavid Ahern
2019-04-08ipv4: Add support to fib_config for IPv6 gatewayDavid Ahern
2019-04-08ipv4: Add support to rtable for ipv6 gatewayDavid Ahern
2019-04-08ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern
2019-04-08net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern
2019-04-08ipv6: Add neighbor helpers that use the ipv6 stubDavid Ahern
2019-04-08ipv6: Add fib6_nh_init and release to stubsDavid Ahern
2019-04-08netfilter: make two functions staticFlorian Westphal
2019-04-08netfilter: nft_osf: Add version option supportFernando Fernandez Mancera
2019-04-08netfilter: nft_redir: add inet supportFlorian Westphal
2019-04-08netfilter: nft_masq: add inet supportFlorian Westphal
2019-04-08netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal
2019-04-08netfilter: nf_tables: merge route type into coreFlorian Westphal
2019-04-08netfilter: nat: add inet family nat supportFlorian Westphal
2019-04-08ipvs: allow tunneling with gue encapsulationJacky Hu