aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-05-24ipv6: Move pcpu cached routes to fib6_nhDavid Ahern3-33/+36
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner30-480/+30
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 103Thomas Gleixner1-16/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 93Thomas Gleixner1-17/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 77Thomas Gleixner5-20/+5
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 72Thomas Gleixner1-4/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 62Thomas Gleixner1-6/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner3-42/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 53Thomas Gleixner1-3/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41Thomas Gleixner16-96/+16
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner9-46/+9
2019-05-24{nl,mac}80211: allow 4addr AP operation on crypto controlled devicesManikanta Pubbisetty3-4/+14
2019-05-24mac80211: fix rate reporting inside cfg80211_calculate_bitrate_he()John Crispin1-1/+1
2019-05-24mac80211: remove set but not used variable 'old'YueHaibing1-2/+0
2019-05-24mac80211: handle deauthentication/disassociation from TDLS peerYu Wang3-1/+37
2019-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller9-60/+44
2019-05-23hsr: fix don't prune the master node from the node_dbAndreas Oetken1-0/+8
2019-05-23devlink: add warning in case driver does not set port typeJiri Pirko1-0/+38
2019-05-22ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet1-11/+11
2019-05-22ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet1-17/+30
2019-05-22hv_sock: perf: loop in send() to maximize bandwidthSunil Muthuswamy1-14/+31
2019-05-22hv_sock: perf: Allow the socket buffer size options to influence the actual socket buffersSunil Muthuswamy1-10/+40
2019-05-22ipv6: Fix redirect with VRFDavid Ahern1-0/+6
2019-05-22neighbor: Add tracepoint to __neigh_createDavid Ahern1-0/+2
2019-05-22net: Set strict_start_type for routes and rulesDavid Ahern2-0/+2
2019-05-22ipv4: Rename and export nh_update_mtuDavid Ahern1-2/+2
2019-05-22ipv4: export fib_info_update_nh_saddrDavid Ahern1-6/+5
2019-05-22ipv4: export fib_flushDavid Ahern1-1/+1
2019-05-22ipv4: export fib_check_nhDavid Ahern1-6/+6
2019-05-22ipv4: Add function to send route updatesDavid Ahern1-0/+72
2019-05-22ipv6: export function to send route updatesDavid Ahern3-4/+37
2019-05-22ipv6: Add hook to bump sernum for a route to stubsDavid Ahern2-0/+9
2019-05-22ipv6: Add delete route hook to stubsDavid Ahern2-0/+7
2019-05-22net/tls: don't ignore netdev notifications if no TLS featuresJakub Kicinski1-1/+2
2019-05-22net/tls: fix state removal with feature flags offJakub Kicinski1-6/+0
2019-05-22net/tls: avoid NULL-deref on resync during device removalJakub Kicinski1-5/+10
2019-05-22Validate required parameters in inet6_validate_link_afMaxim Mikityanskiy1-22/+35
2019-05-22net: Add UNIX_DIAG_UID to Netlink UNIX socket diagnostics.Felipe Gasper1-0/+12
2019-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-12/+32
2019-05-22netfilter: nft_flow_offload: IPCB is only valid for ipv4 familyFlorian Westphal1-6/+11
2019-05-22netfilter: nft_flow_offload: don't offload when sequence numbers need adjustmentFlorian Westphal1-4/+2
2019-05-22netfilter: nft_flow_offload: set liberal tracking mode for tcpFlorian Westphal1-0/+8
2019-05-22netfilter: nf_flow_table: ignore DF bit settingFlorian Westphal1-2/+1
2019-05-21batman-adv: fix for leaked TVLV handler.Jeremy Sowden1-0/+2
2019-05-21batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2019-05-21ipv6: Consider sk_bound_dev_if when binding a raw socket to an addressMike Manning1-0/+2
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds300-634/+300
2019-05-21rds: Don't check return value from destroy CQLeon Romanovsky1-4/+4
2019-05-21netfilter: nat: fix udp checksum corruptionFlorian Westphal1-1/+1
2019-05-21ipvs: Fix use-after-free in ip_vs_inYueHaibing1-1/+1