aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-14ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet2-4/+7
2019-06-14Merge tag 'mac80211-next-for-davem-2019-06-14' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller3-31/+92
2019-06-14nl80211: send event when CMD_FRAME duration expiresJames Prestwood1-0/+10
2019-06-14mac80211: call rate_control_send_low() internallyJohannes Berg1-23/+0
2019-06-14cfg80211: Add a function to iterate all BSS entriesIlan Peer1-0/+20
2019-06-14mac80211: allow turning TWT responder support on and off via netlinkJohn Crispin2-0/+5
2019-06-14mac80211: dynamically enable the TWT requester support on STA interfacesJohn Crispin1-0/+2
2019-06-14nl80211: require and validate vendor command policyJohannes Berg2-0/+17
2019-06-14mac80211: add ieee80211_get_he_iftype_cap() helperJohn Crispin1-4/+18
2019-06-14nl80211: add support for SAE authentication offloadChung-Hsien Hsu1-0/+5
2019-06-14mac80211: AMPDU handling for Extended Key IDAlexander Wetzel1-0/+4
2019-06-12tcp: add optional per socket transmit delayEric Dumazet1-0/+19
2019-06-11net/tls: add kernel-driven resync mechanism for TXJakub Kicinski1-0/+23
2019-06-11net/tls: generalize the resync callbackJakub Kicinski1-2/+3
2019-06-11net/tls: add kernel-driven TLS RX resyncJakub Kicinski1-2/+32
2019-06-11net/tls: rename handle_device_resync()Jakub Kicinski1-1/+1
2019-06-11net/tls: pass record number as a byte arrayJakub Kicinski1-2/+3
2019-06-10ipv6: Allow routes to use nexthop objectsDavid Ahern1-0/+1
2019-06-10ipv4: Allow routes to use nexthop objectsDavid Ahern1-0/+1
2019-06-10nexthops: Add ipv6 helper to walk all fib6_nh in a nexthop structDavid Ahern1-0/+4
2019-06-09ipv6: tcp: send consistent autoflowlabel in TIME_WAIT stateEric Dumazet1-0/+1
2019-06-09net: hwbm: Make the hwbm_pool lock a mutexSebastian Andrzej Siewior1-3/+3
2019-06-09nexthop: off by one in nexthop_mpath_select()Dan Carpenter1-1/+1
2019-06-09bonding: add slave_foo printk macrosJarod Wilson1-0/+9
2019-06-08net: dsa: Add teardown callback for driversVladimir Oltean1-0/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller64-349/+68
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+5
2019-06-06net/tls: export TLS per skb encryptionDirk van der Merwe1-0/+1
2019-06-06net/tls: simplify driver context retrievalJakub Kicinski1-6/+22
2019-06-06net/tls: split the TLS_DRIVER_STATE_SIZE and bump TX to 16 bytesJakub Kicinski1-3/+4
2019-06-06vxlan: Use FDB_HASH_SIZE hash_locks to reduce contentionLitao jiao1-1/+1
2019-06-05ipv6: fix the check before getting the cookie in rt6_get_cookieXin Long1-2/+1
2019-06-04ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern3-8/+66
2019-06-04ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern2-0/+52
2019-06-04ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern1-4/+11
2019-06-04ipv4: Use accessors for fib_info nexthop dataDavid Ahern2-6/+15
2019-06-04net/tls: don't pass version to tls_advance_record_sn()Jakub Kicinski1-7/+3
2019-06-04net/tls: reorganize struct tls_contextJakub Kicinski1-11/+15
2019-06-04devlink: allow driver to update progress of flash updateJiri Pirko1-0/+8
2019-06-04net/tls: replace the sleeping lock around RX resync with a bit lockJakub Kicinski1-0/+4
2019-06-03net: fix use-after-free in kfree_skb_listEric Dumazet2-2/+0
2019-06-03flow_offload: include linux/kernel.h from flow_offload.hEdward Cree1-0/+1
2019-06-03flow_dissector: remove unused FLOW_DISSECTOR_F_STOP_AT_L3 flagStanislav Fomichev1-3/+2
2019-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-2/+8
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-212/+22
2019-05-31ipvs: add checksum support for gue encapsulationJacky Hu1-0/+2
2019-05-31netfilter: nf_flow_table: remove unnecessary variable in flow_offload_tupleTaehee Yoo1-2/+0
2019-05-31ipvs: add function to find tunnelsJulian Anastasov1-0/+3
2019-05-31ipvs: allow rs_table to contain different real server typesJulian Anastasov1-0/+3
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds63-347/+63