aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-04-01tcp: fix tcp_inet6_sk() for 32bit kernelsEric Dumazet1-2/+3
2019-04-01tcp: fix a potential NULL pointer dereference in tcp_sk_exitDust Li1-1/+2
2019-03-31tipc: handle the err returned from cmd header functionXin Long1-2/+8
2019-03-31tipc: check link name with right length in tipc_nl_compat_link_setXin Long1-1/+6
2019-03-31tipc: check bearer name with right length in tipc_nl_compat_bearer_enableXin Long1-1/+6
2019-03-29Merge tag 'ceph-for-5.1-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds1-2/+6
2019-03-29net: bridge: use netif_is_bridge_port()Julian Wiedmann4-9/+7
2019-03-29net: ethtool: not call vzalloc for zero sized memory requestLi RongQing1-16/+30
2019-03-29net: tls: prevent false connection termination with offloadJakub Kicinski1-0/+2
2019-03-29openvswitch: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE modewenxu1-10/+36
2019-03-29tcp: cleanup sk_tx_skb_cache before reuseEric Dumazet1-0/+2
2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern7-3/+7
2019-03-29net: Use common nexthop init and release helpersDavid Ahern2-37/+44
2019-03-29net: Add fib_nh_common and update fib_nh and fib6_nhDavid Ahern2-1/+9
2019-03-29ipv6: Rename fib6_nh entriesDavid Ahern5-97/+104
2019-03-29ipv4: Rename fib_nh entriesDavid Ahern5-138/+139
2019-03-29ipv6: Change rt6_add_nexthop and rt6_nexthop_info to take fib6_nhDavid Ahern1-19/+20
2019-03-29ipv6: Refactor fib6_ignore_linkdownDavid Ahern1-18/+3
2019-03-29ipv6: Move gateway checks to a fib6_nh settingDavid Ahern4-26/+36
2019-03-29ipv6: Create cleanup helper for fib6_nhDavid Ahern2-4/+9
2019-03-29ipv6: Create init helper for fib6_nhDavid Ahern1-108/+141
2019-03-29ipv4: Create cleanup helper for fib_nhDavid Ahern1-12/+17
2019-03-29ipv4: Create init helper for fib_nhDavid Ahern1-89/+91
2019-03-29ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helperDavid Ahern2-27/+8
2019-03-29ipv4: Define fib_get_nhs when CONFIG_IP_ROUTE_MULTIPATH is disabledDavid Ahern1-6/+9
2019-03-29mac80211: rework locking for txq scheduling / airtime fairnessFelix Fietkau1-28/+16
2019-03-29nl80211: Add NL80211_FLAG_CLEAR_SKB flag for other NL commandsSunil Dutt1-6/+12
2019-03-29cfg80211: Use kmemdup in cfg80211_gen_new_ie()YueHaibing1-2/+1
2019-03-29mac80211: do not call driver wake_tx_queue op during reconfigFelix Fietkau1-0/+3
2019-03-29cfg80211: Change an 'else if' into an 'else' in cfg80211_calculate_bitrate_heNathan Chancellor1-2/+4
2019-03-29mac80211: fix memory accounting with A-MSDU aggregationFelix Fietkau1-0/+3
2019-03-29cfg80211: Handle WMM rules in regulatory domain intersectionIlan Peer1-0/+39
2019-03-29mac80211: Increase MAX_MSG_LENAndrei Otcheretianski1-1/+6
2019-03-29mac80211: fix unaligned access in mesh table hash functionFelix Fietkau1-1/+1
2019-03-29mac80211: un-schedule TXQs on powersave startFelix Fietkau1-1/+9
2019-03-28net: core: netif_receive_skb_list: unlist skb before passing to pt->funcAlexander Lobakin1-1/+3
2019-03-28net: rds: force to destroy connection if t_sock is NULL in rds_tcp_kill_sock().Mao Wenan1-1/+1
2019-03-28openvswitch: fix flow actions reallocationAndrea Righi1-2/+2
2019-03-28netns: provide pure entropy for net_hash_mix()Eric Dumazet1-0/+1
2019-03-28net: dsa: Implement flow_dissect callback for tag_qcaxiaofeis1-0/+10
2019-03-28openvswitch: Add timeout support to ct actionYi-Hung Wei1-1/+29
2019-03-28netfilter: Export nf_ct_{set,destroy}_timeout()Yi-Hung Wei2-87/+95
2019-03-28net: devlink: add warning for ndo_get_phys_port_name set when not neededJiri Pirko1-0/+18
2019-03-28dsa: do not support ndo_get_phys_port_name for non-legacy portsJiri Pirko1-0/+7
2019-03-28dsa: implement ndo_get_devlink_portJiri Pirko1-0/+8
2019-03-28net: devlink: remove unused devlink_port_get_phys_port_name() functionJiri Pirko1-7/+0
2019-03-28net: devlink: introduce devlink_compat_phys_port_name_get()Jiri Pirko2-5/+34
2019-03-28Merge tag 'batadv-next-for-davem-20190328' of git://git.open-mesh.org/linux-mergeDavid S. Miller61-825/+432
2019-03-28Merge tag 'batadv-net-for-davem-20190328' of git://git.open-mesh.org/linux-mergeDavid S. Miller4-15/+46
2019-03-27ila: Fix rhashtable walker list corruptionHerbert Xu1-0/+1