index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Lines
2019-08-08
flow_offload: move tc indirect block to flow offload
wenxu
-38
/
+29
2019-08-08
inet: frags: re-introduce skb coalescing for local delivery
Guillaume Nault
-1
/
+1
2019-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-7
/
+30
2019-08-06
net: sched: add ingress mirred action to hardware IR
John Hurley
-0
/
+2
2019-08-06
net: tc_act: add helpers to detect ingress mirred actions
John Hurley
-0
/
+18
2019-08-06
net: sched: add skbedit of ptype action to hardware IR
John Hurley
-0
/
+2
2019-08-06
net: tc_act: add skbedit_ptype helper functions
John Hurley
-0
/
+27
2019-08-06
net: sched: sample: allow accessing psample_group with rtnl
Vlad Buslov
-1
/
+1
2019-08-06
net: sched: police: allow accessing police->params with rtnl
Vlad Buslov
-2
/
+2
2019-08-05
net/tls: partially revert fix transition through disconnect with close
Jakub Kicinski
-2
/
+0
2019-08-03
netfilter: synproxy: rename mss synproxy_options field
Fernando Fernandez Mancera
-1
/
+1
2019-07-31
Merge tag 'mac80211-next-for-davem-2019-07-31' of git://git.kernel.org/pub/sc...
David S. Miller
-9
/
+59
2019-07-31
Merge tag 'mac80211-for-davem-2019-07-31' of git://git.kernel.org/pub/scm/lin...
David S. Miller
-0
/
+15
2019-07-31
mac80211: allow setting spatial reuse parameters from bss_conf
John Crispin
-0
/
+4
2019-07-31
cfg80211: add support for parsing OBBS_PD attributes
John Crispin
-0
/
+15
2019-07-30
tcp: add skb-less helpers to retrieve SYN cookie
Petar Penkov
-0
/
+10
2019-07-30
net: dsa: ksz: Add KSZ8795 tag code
Tristram Ha
-0
/
+2
2019-07-29
mac80211: propagate HE operation info into bss_conf
John Crispin
-0
/
+2
2019-07-26
mac80211: add IEEE80211_KEY_FLAG_GENERATE_MMIE to ieee80211_key_flags
Lorenzo Bianconi
-0
/
+4
2019-07-26
crypto: user - make NETLINK_CRYPTO work inside netns
Ondrej Mosnacek
-0
/
+3
2019-07-26
{nl,mac}80211: fix interface combinations on crypto controlled devices
Manikanta Pubbisetty
-0
/
+15
2019-07-26
mac80211: add xmit rate to struct ieee80211_tx_status
John Crispin
-0
/
+2
2019-07-26
mac80211: AMPDU handling for rekeys with Extended Key ID
Alexander Wetzel
-0
/
+5
2019-07-26
mac80211: Simplify Extended Key ID API
Alexander Wetzel
-8
/
+0
2019-07-26
mac80211: add tx dequeue function for process context
Erik Stromdahl
-0
/
+26
2019-07-26
mac80211: remove unused and unneeded remove_sta_debugfs callback
Greg Kroah-Hartman
-1
/
+0
2019-07-26
mac80211: pass the vif to cancel_remain_on_channel
Emmanuel Grumbach
-1
/
+2
2019-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
-4
/
+14
2019-07-23
net: sched: include mpls actions in hardware intermediate representation
John Hurley
-0
/
+94
2019-07-22
net-ipv6-ndisc: add support for RFC7710 RA Captive Portal Identifier
Maciej Żenczykowski
-0
/
+1
2019-07-22
bpf: sockmap/tls, close can race with map free
John Fastabend
-0
/
+3
2019-07-22
net/tls: fix transition through disconnect with close
John Fastabend
-1
/
+4
2019-07-22
net/tls: remove sock unlock/lock around strp_done()
John Fastabend
-3
/
+4
2019-07-22
net/tls: remove close callback sock unlock/lock around TX work flush
John Fastabend
-0
/
+2
2019-07-22
net/tls: don't arm strparser immediately in tls_set_sw_offload()
Jakub Kicinski
-0
/
+1
2019-07-21
tcp: be more careful in tcp_fragment()
Eric Dumazet
-0
/
+5
2019-07-20
nl80211: fix VENDOR_CMD_RAW_DATA
Johannes Berg
-1
/
+1
2019-07-19
net: flow_offload: add flow_block structure and use it
Pablo Neira Ayuso
-4
/
+15
2019-07-19
net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_t
Pablo Neira Ayuso
-13
/
+15
2019-07-19
net: flow_offload: remove netns parameter from flow_block_cb_alloc()
Pablo Neira Ayuso
-2
/
+1
2019-07-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
-3
/
+10
2019-07-18
tcp: fix tcp_set_congestion_control() use from bpf hook
Eric Dumazet
-1
/
+2
2019-07-17
xfrm interface: fix management of phydev
Nicolas Dichtel
-1
/
+0
2019-07-17
xfrm interface: ifname may be wrong in logs
Nicolas Dichtel
-1
/
+0
2019-07-16
netfilter: synproxy: fix erroneous tcp mss option
Fernando Fernandez Mancera
-0
/
+1
2019-07-16
netfilter: nf_conntrack_sip: fix expectation clash
xiao ruizhu
-3
/
+9
2019-07-12
net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd()
Vlad Buslov
-0
/
+10
2019-07-11
net: fib_rules: do not flow dissect local packets
Petar Penkov
-2
/
+2
2019-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
-350
/
+1634
2019-07-09
netfilter: nf_tables: add hardware offload support
Pablo Neira Ayuso
-0
/
+90
[prev]
[next]