summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-02-24ipv6: icmp: use icmpv6_sk_exit()Kefeng Wang
2019-02-24ipv4: icmp: use icmp_sk_exit()Kefeng Wang
2019-02-24ila: Fix uninitialised return value in ila_xlat_nl_cmd_flushHerbert Xu
2019-02-24net/sched: act_tunnel_key: Add dst_cache supportwenxu
2019-02-24net: Remove switchdev.h inclusion from team/bond/vlanFlorian Fainelli
2019-02-24net: dev: add generic protodown handlerAndy Roulin
2019-02-24net: Skip GSO length estimation if transport header is not setMaxim Mikityanskiy
2019-02-24net: Use RCU_INIT_POINTER() to set sk_wqLi RongQing
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-02-23tcp: repaired skbs must init their tso_segsEric Dumazet
2019-02-23net/x25: fix a race in x25_bind()Eric Dumazet
2019-02-23Revert "bridge: do not add port to router list when receives query with sourc...Hangbin Liu
2019-02-23kcm: Remove unnecessary SLAB_PANIC for kmem_cache_create() in kcm_initYueHaibing
2019-02-23bpfilter: re-add header search paths to tools include to fix build errorMasahiro Yamada
2019-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-02-22udp: fix possible user after free in error handlerPaolo Abeni
2019-02-22udpv6: fix possible user after free in error handlerPaolo Abeni
2019-02-22fou6: fix proto error handler argument typePaolo Abeni
2019-02-22udpv6: add the required annotation to mib typePaolo Abeni
2019-02-22net_sched: initialize net pointer inside tcf_exts_init()Cong Wang
2019-02-22net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal
2019-02-22net/packet: Remove redundant skb->protocol setMaxim Mikityanskiy
2019-02-22net/packet: Ask driver for protocol if not provided by userMaxim Mikityanskiy
2019-02-22net/ethernet: Add parse_protocol header_ops supportMaxim Mikityanskiy
2019-02-22net: Don't set transport offset to invalid valueMaxim Mikityanskiy
2019-02-22Merge tag 'mac80211-next-for-davem-2019-02-22' of git://git.kernel.org/pub/sc...David S. Miller
2019-02-22Merge tag 'mac80211-for-davem-2019-02-22' of git://git.kernel.org/pub/scm/lin...David S. Miller
2019-02-22net: dsa: Add ndo_vlan_rx_{add, kill}_vid implementationFlorian Fainelli
2019-02-22net: dsa: Deny enslaving VLAN devices into VLAN aware bridgeFlorian Fainelli
2019-02-22net: socket: add check for negative optlen in compat setsockoptJann Horn
2019-02-22ipv6: route: purge exception on removalPaolo Abeni
2019-02-22net: ip6_gre: fix possible NULL pointer dereference in ip6erspan_set_versionLorenzo Bianconi
2019-02-22sctp: don't compare hb_timer expire date before starting itMaciej Kwiecien
2019-02-22mac80211: allocate tailroom for forwarded mesh packetsFelix Fietkau
2019-02-22rhashtable: Remove obsolete rhashtable_walk_init functionHerbert Xu
2019-02-22mac80211: Use rhashtable_lookup_get_insert_fast instead of racy codeHerbert Xu
2019-02-22Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg
2019-02-22mac80211: update HE IEs to D3.3Liad Kaufman
2019-02-22cfg80211: allow sending vendor events unicastJohannes Berg
2019-02-22mac80211: ignore quiet mode in probeSara Sharon
2019-02-22mac80211: allow CSA to self with immediate quietSara Sharon
2019-02-22mac80211: notify driver on subsequent CSA beaconsSara Sharon
2019-02-22mac80211: fix position of vendor_data readLiad Kaufman
2019-02-22mac80211: abort CSA if beacon does not include CSA IEsSara Sharon
2019-02-22mac80211: support max channel switch time elementSara Sharon
2019-02-22cfg80211: Report Association Request frame IEs in association eventsJouni Malinen
2019-02-22cfg80211: pmsr: use eth_broadcast_addr() to assign broadcast addressMao Wenan
2019-02-22mac80211: Change default tx_sk_pacing_shift to 7Toke Høiland-Jørgensen
2019-02-21phonet: fix building with clangArnd Bergmann