index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-21
net_sched/hfsc: fix curve activation in hfsc_change_class()
Konstantin Khlebnikov
1
-4
/
+19
2017-09-21
net_sched: always reset qdisc backlog in qdisc_reset()
Konstantin Khlebnikov
1
-0
/
+1
2017-09-21
wireless: set correct mandatory rate flags
Richard Schütz
1
-16
/
+14
2017-09-21
mac80211: recalculate some sta parameters after insertion
Gregory Greenman
1
-25
/
+32
2017-09-21
nl80211: add an option to allow MFP without requiring it
Emmanuel Grumbach
1
-1
/
+7
2017-09-21
cfg80211: remove unused function ieee80211_data_from_8023()
Johannes Berg
1
-115
/
+0
2017-09-21
mac80211: use offsetofend()
Johannes Berg
4
-10
/
+8
2017-09-21
mac80211: Simplify locking in ieee80211_sta_tear_down_BA_sessions()
Ilan peer
1
-5
/
+7
2017-09-21
mac80211: add documentation to ieee80211_rx_ba_offl()
Luca Coelho
1
-2
/
+2
2017-09-21
mac80211: oce: enable receiving of bcast probe resp
Roee Zamir
1
-9
/
+28
2017-09-21
nl80211: add OCE scan and capability flags
Roee Zamir
1
-59
/
+78
2017-09-21
nl80211: return error for invalid center_freq in 40 MHz
Tova Mussai
1
-0
/
+9
2017-09-21
mac80211: simplify and clarify IE splitting
Johannes Berg
2
-24
/
+16
2017-09-21
mac80211: extend ieee80211_ie_split to support EXTENSION
Liad Kaufman
1
-8
/
+46
2017-09-21
mac80211: avoid allocating TXQs that won't be used
Johannes Berg
1
-1
/
+3
2017-09-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2
-7
/
+19
2017-09-20
net: dsa: Utilize dsa_slave_dev_check()
Florian Fainelli
1
-1
/
+1
2017-09-20
net: change skb->mac_header when Generic XDP calls adjust_head
Edward Cree
1
-0
/
+1
2017-09-20
Revert "bridge: also trigger RTM_NEWLINK when interface is released from bridge"
David S. Miller
1
-3
/
+1
2017-09-20
net: compat: assert the size of cmsg copied in is as expected
Meng Xu
1
-0
/
+7
2017-09-20
udp: do rmem bulk free even if the rx sk queue is empty
Paolo Abeni
1
-2
/
+1
2017-09-20
bridge: also trigger RTM_NEWLINK when interface is released from bridge
Vincent Bernat
1
-1
/
+3
2017-09-20
packet: hold bind lock when rebinding to fanout hook
Willem de Bruijn
1
-5
/
+11
2017-09-20
ipv6: Use ipv6_authlen for len in ipv6_skip_exthdr
Xiang Gao
1
-1
/
+1
2017-09-20
mac802154: Fix MAC header and payload encrypted
Diogenes Pereira
1
-3
/
+8
2017-09-20
mac802154: replace hardcoded value with macro
Diogenes Pereira
1
-1
/
+2
2017-09-19
ipv6: fix net.ipv6.conf.all interface DAD handlers
Matteo Croce
1
-7
/
+20
2017-09-19
net: ipv6: fix regression of no RTM_DELADDR sent after DAD failure
Mike Manning
1
-2
/
+3
2017-09-19
bpf: fix ri->map_owner pointer on bpf_prog_realloc
Daniel Borkmann
1
-9
/
+15
2017-09-19
ipv4: speedup ipv6 tunnels dismantle
Eric Dumazet
4
-24
/
+24
2017-09-19
ipv6: speedup ipv6 tunnels dismantle
Eric Dumazet
4
-24
/
+36
2017-09-19
tcp: batch tcp_net_metrics_exit
Eric Dumazet
1
-5
/
+9
2017-09-19
ipv6: addrlabel: per netns list
Eric Dumazet
1
-51
/
+30
2017-09-19
net_sched: no need to free qdisc in RCU callback
Cong Wang
1
-8
/
+2
2017-09-19
tcp: fastopen: fix on syn-data transmit failure
Eric Dumazet
1
-0
/
+9
2017-09-19
net: dsa: move master ethtool code
Vivien Didelot
7
-119
/
+129
2017-09-19
net: dsa: setup master ethtool after dsa_ptr
Vivien Didelot
2
-12
/
+10
2017-09-19
net: dsa: setup master ethtool unconditionally
Vivien Didelot
1
-9
/
+5
2017-09-19
net: dsa: remove copy of master ethtool_ops
Vivien Didelot
2
-12
/
+15
2017-09-19
net: sk_buff rbnode reorg
Eric Dumazet
2
-25
/
+9
2017-09-19
vsock: vmci: Remove unneeded linux/miscdevice.h include
Corentin Labbe
1
-1
/
+0
2017-09-19
libceph: don't allow bidirectional swap of pg-upmap-items
Ilya Dryomov
1
-9
/
+24
2017-09-19
Merge tag 'mac80211-for-davem-2017-11-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
David S. Miller
1
-0
/
+6
2017-09-18
net_sched: sch_htb: add per class overlimits counter
Eric Dumazet
1
-0
/
+5
2017-09-18
tcp: remove two unused functions
Yuchung Cheng
1
-34
/
+0
2017-09-18
net_sched: use explicit size of struct tcmsg, remove need to declare tcm
Colin Ian King
1
-2
/
+1
2017-09-18
net/sched: cls_matchall: fix crash when used with classful qdisc
Davide Caratti
1
-0
/
+1
2017-09-18
ip6_tunnel: do not allow loading ip6_tunnel if ipv6 is disabled in cmdline
Xin Long
1
-0
/
+3
2017-09-18
ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_header
Xin Long
1
-10
/
+11
2017-09-18
nl80211: fix null-ptr dereference on invalid mesh configuration
Johannes Berg
1
-0
/
+3
[prev]
[next]