Age | Commit message (Expand) | Author | Files | Lines |
2018-09-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 41 | -290/+409 |
2018-09-04 | net: sched: action_ife: take reference to meta module | Vlad Buslov | 1 | -1/+15 |
2018-09-04 | act_ife: fix a potential use-after-free | Cong Wang | 1 | -1/+1 |
2018-09-03 | Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 11 | -135/+164 |
2018-09-03 | tipc: correct spelling errors for tipc_topsrv_queue_evt() comments | Zhenbo Gao | 1 | -2/+2 |
2018-09-03 | tipc: correct spelling errors for struct tipc_bc_base's comment | Zhenbo Gao | 1 | -2/+2 |
2018-09-03 | sctp: not traverse asoc trans list if non-ipv6 trans exists for ipv6_flowlabel | Xin Long | 1 | -4/+6 |
2018-09-03 | sctp: fix invalid reference to the index variable of the iterator | Xin Long | 1 | -11/+13 |
2018-09-03 | net: sched: null actions array pointer before releasing action | Vlad Buslov | 1 | -1/+1 |
2018-09-03 | ip6_tunnel: respect ttl inherit for ip6tnl | Hangbin Liu | 1 | -1/+9 |
2018-09-03 | mac80211: shorten the IBSS debug messages | Emmanuel Grumbach | 1 | -11/+11 |
2018-09-03 | mac80211: don't Tx a deauth frame if the AP forbade Tx | Emmanuel Grumbach | 1 | -2/+15 |
2018-09-03 | mac80211: Fix station bandwidth setting after channel switch | Ilan Peer | 1 | -0/+53 |
2018-09-03 | mac80211: fix a race between restart and CSA flows | Emmanuel Grumbach | 1 | -1/+20 |
2018-09-03 | mac80211: fix WMM TXOP calculation | Dreyfuss, Haim | 1 | -2/+1 |
2018-09-03 | cfg80211: fix a type issue in ieee80211_chandef_to_operating_class() | Dan Carpenter | 1 | -1/+1 |
2018-09-03 | mac80211: fix an off-by-one issue in A-MSDU max_subframe computation | Lorenzo Bianconi | 1 | -1/+1 |
2018-09-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 1 | -4/+3 |
2018-09-02 | net/ipv6: Only update MTU metric if it set | David Ahern | 1 | -1/+4 |
2018-09-02 | igmp: fix incorrect unsolicit report count after link down and up | Hangbin Liu | 1 | -4/+2 |
2018-09-02 | igmp: fix incorrect unsolicit report count when join group | Hangbin Liu | 1 | -3/+2 |
2018-09-02 | bpf: Fix bpf_msg_pull_data() | Tushar Dave | 1 | -4/+3 |
2018-09-02 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+0 |
2018-09-01 | ipv6: don't get lwtstate twice in ip6_rt_copy_init() | Alexey Kodanev | 1 | -1/+0 |
2018-08-31 | tcp: do not restart timewait timer on rst reception | Florian Westphal | 1 | -1/+2 |
2018-08-31 | net/rds: RDS is not Radio Data System | Pavel Machek | 1 | -1/+1 |
2018-08-31 | Revert "packet: switch kvzalloc to allocate memory" | Eric Dumazet | 2 | -13/+32 |
2018-08-30 | notifier: Remove notifier header file wherever not used | Mukesh Ojha | 1 | -1/+0 |
2018-08-30 | mac80211: always account for A-MSDU header changes | Johannes Berg | 1 | -5/+7 |
2018-08-30 | mac80211: do not convert to A-MSDU if frag/subframe limited | Lorenzo Bianconi | 1 | -3/+3 |
2018-08-30 | cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IE | Arunk Khandavalli | 1 | -0/+1 |
2018-08-29 | net_sched: reject unknown tcfa_action values | Paolo Abeni | 1 | -5/+11 |
2018-08-29 | net: rtnl: return early from rtnl_unregister_all when protocol isn't registered | Sabrina Dubroca | 1 | -0/+4 |
2018-08-29 | ipv6: fix cleanup ordering for pingv6 registration | Sabrina Dubroca | 1 | -2/+2 |
2018-08-29 | ipv6: fix cleanup ordering for ip6_mr failure | Sabrina Dubroca | 1 | -3/+3 |
2018-08-29 | net/sched: act_pedit: fix dump of extended layered op | Davide Caratti | 1 | -5/+13 |
2018-08-29 | tipc: switch to rhashtable iterator | Cong Wang | 4 | -26/+56 |
2018-08-29 | tipc: fix a missing rhashtable_walk_exit() | Cong Wang | 1 | -0/+2 |
2018-08-29 | vti6: remove !skb->ignore_df check from vti6_xmit() | Alexey Kodanev | 1 | -1/+1 |
2018-08-29 | bpf: fix sg shift repair start offset in bpf_msg_pull_data | Daniel Borkmann | 1 | -13/+13 |
2018-08-29 | bpf: fix shift upon scatterlist ring wrap-around in bpf_msg_pull_data | Daniel Borkmann | 1 | -1/+4 |
2018-08-29 | bpf: fix msg->data/data_end after sg shift repair in bpf_msg_pull_data | Daniel Borkmann | 1 | -3/+2 |
2018-08-29 | mac80211: avoid kernel panic when building AMSDU from non-linear SKB | Sara Sharon | 1 | -17/+21 |
2018-08-29 | mac80211: mesh: fix HWMP sequence numbering to follow standard | Yuan-Chi Pang | 1 | -0/+4 |
2018-08-28 | bpf: fix several offset tests in bpf_msg_pull_data | Daniel Borkmann | 1 | -5/+9 |
2018-08-28 | nl80211: Pass center frequency in kHz instead of MHz | Haim Dreyfuss | 1 | -1/+1 |
2018-08-28 | nl80211: Fix nla_put_u8 to u16 for NL80211_WMMR_TXOP | Haim Dreyfuss | 1 | -2/+2 |
2018-08-28 | mac80211: don't update the PM state of a peer upon a multicast frame | Emmanuel Grumbach | 1 | -0/+1 |
2018-08-28 | cfg80211: make wmm_rule part of the reg_rule structure | Stanislaw Gruszka | 3 | -86/+22 |
2018-08-28 | mac80211: correct use of IEEE80211_VHT_CAP_RXSTBC_X | Danek Duvall | 1 | -4/+1 |