summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | nl80211: Pass center frequency in kHz instead of MHzHaim Dreyfuss2018-08-281-1/+1
| | * | nl80211: Fix nla_put_u8 to u16 for NL80211_WMMR_TXOPHaim Dreyfuss2018-08-281-2/+2
| | * | mac80211: don't update the PM state of a peer upon a multicast frameEmmanuel Grumbach2018-08-281-0/+1
| | * | cfg80211: make wmm_rule part of the reg_rule structureStanislaw Gruszka2018-08-283-86/+22Star
| | * | mac80211: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall2018-08-281-4/+1Star
| | * | cfg80211: remove division by size of sizeof(struct ieee80211_wmm_rule)Johannes Berg2018-08-201-2/+1Star
| | * | mac80211: Run TXQ teardown code before de-registering interfacesToke Høiland-Jørgensen2018-08-141-1/+1
| | * | rfkill-gpio: include linux/mod_devicetable.hArnd Bergmann2018-08-141-0/+1
| * | | tipc: correct spelling errors for tipc_topsrv_queue_evt() commentsZhenbo Gao2018-09-041-2/+2
| * | | tipc: correct spelling errors for struct tipc_bc_base's commentZhenbo Gao2018-09-041-2/+2
| * | | sctp: not traverse asoc trans list if non-ipv6 trans exists for ipv6_flowlabelXin Long2018-09-041-4/+6
| * | | sctp: fix invalid reference to the index variable of the iteratorXin Long2018-09-041-11/+13
| * | | net: sched: null actions array pointer before releasing actionVlad Buslov2018-09-041-1/+1
| * | | ip6_tunnel: respect ttl inherit for ip6tnlHangbin Liu2018-09-041-1/+9
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-09-031-4/+3Star
| |\ \ \
| | * | | bpf: Fix bpf_msg_pull_data()Tushar Dave2018-09-021-4/+3Star
| * | | | net/ipv6: Only update MTU metric if it setDavid Ahern2018-09-021-1/+4
| * | | | igmp: fix incorrect unsolicit report count after link down and upHangbin Liu2018-09-021-4/+2Star
| * | | | igmp: fix incorrect unsolicit report count when join groupHangbin Liu2018-09-021-3/+2Star
| |/ / /
| * | | ipv6: don't get lwtstate twice in ip6_rt_copy_init()Alexey Kodanev2018-09-021-1/+0Star
| * | | tcp: do not restart timewait timer on rst receptionFlorian Westphal2018-09-011-1/+2
| * | | net/rds: RDS is not Radio Data SystemPavel Machek2018-09-011-1/+1
| * | | Revert "packet: switch kvzalloc to allocate memory"Eric Dumazet2018-09-012-13/+32
| * | | net_sched: reject unknown tcfa_action valuesPaolo Abeni2018-08-301-5/+11
| * | | net: rtnl: return early from rtnl_unregister_all when protocol isn't registeredSabrina Dubroca2018-08-301-0/+4
| * | | ipv6: fix cleanup ordering for pingv6 registrationSabrina Dubroca2018-08-301-2/+2
| * | | ipv6: fix cleanup ordering for ip6_mr failureSabrina Dubroca2018-08-301-3/+3
| * | | net/sched: act_pedit: fix dump of extended layered opDavide Caratti2018-08-301-5/+13
| * | | tipc: switch to rhashtable iteratorCong Wang2018-08-304-26/+56
| * | | tipc: fix a missing rhashtable_walk_exit()Cong Wang2018-08-301-0/+2
| * | | vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev2018-08-301-1/+1
| * | | bpf: fix sg shift repair start offset in bpf_msg_pull_dataDaniel Borkmann2018-08-291-13/+13
| * | | bpf: fix shift upon scatterlist ring wrap-around in bpf_msg_pull_dataDaniel Borkmann2018-08-291-1/+4
| * | | bpf: fix msg->data/data_end after sg shift repair in bpf_msg_pull_dataDaniel Borkmann2018-08-291-3/+2Star
| * | | bpf: fix several offset tests in bpf_msg_pull_dataDaniel Borkmann2018-08-291-5/+9
| * | | bpf: fix build error with clangStefan Agner2018-08-281-1/+1
| * | | net/rds: Use rdma_read_gids to get connection SGID/DGID in IPv6Zhu Yanjun2018-08-281-7/+2Star
| * | | net: dsa: Drop GPIO includesLinus Walleij2018-08-281-2/+0Star
| * | | tipc: fix the big/little endian issue in tipc_destHaiqing Bai2018-08-282-13/+6Star
| * | | net: sched: return -ENOENT when trying to remove filter from non-existent chainJiri Pirko2018-08-281-1/+1
| * | | net: sched: fix extack error message when chain is failed to be createdJiri Pirko2018-08-281-1/+1
| * | | erspan: set erspan_ver to 1 by default when adding an erspan devXin Long2018-08-282-0/+4
| * | | sctp: remove useless start_fail from sctp_ht_iter in procXin Long2018-08-281-4/+0Star
| * | | sctp: hold transport before accessing its asoc in sctp_transport_get_nextXin Long2018-08-282-11/+15
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-09-021-1/+0Star
|\ \ \ \ | |/ / / |/| | |
| * | | notifier: Remove notifier header file wherever not usedMukesh Ojha2018-08-301-1/+0Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-2730-265/+142Star
|\ \ \ \ | |/ / / |/| | |
| * | | net: sched: Fix memory exposure from short TCA_U32_SELKees Cook2018-08-261-2/+8
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-08-242-4/+9
| |\ \ \ | | |_|/ | |/| |
| | * | tls: possible hang when do_tcp_sendpages hits sndbuf is full caseJohn Fastabend2018-08-221-2/+7