summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-09-21cfg80211: remove unused function ieee80211_data_from_8023()Johannes Berg
2017-09-21mac80211: use offsetofend()Johannes Berg
2017-09-21mac80211: Simplify locking in ieee80211_sta_tear_down_BA_sessions()Ilan peer
2017-09-21mac80211: add documentation to ieee80211_rx_ba_offl()Luca Coelho
2017-09-21mac80211: oce: enable receiving of bcast probe respRoee Zamir
2017-09-21nl80211: add OCE scan and capability flagsRoee Zamir
2017-09-21nl80211: return error for invalid center_freq in 40 MHzTova Mussai
2017-09-21mac80211: simplify and clarify IE splittingJohannes Berg
2017-09-21mac80211: extend ieee80211_ie_split to support EXTENSIONLiad Kaufman
2017-09-21mac80211: avoid allocating TXQs that won't be usedJohannes Berg
2017-09-18net_sched: sch_htb: add per class overlimits counterEric Dumazet
2017-09-18net_sched: use explicit size of struct tcmsg, remove need to declare tcmColin Ian King
2017-09-18net: Convert int functions to boolJoe Perches
2017-09-18net: tcp_input: Neaten DBGUNDOJoe Perches
2017-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-09-16tcp: fix data delivery rateEric Dumazet
2017-09-15sctp: do not mark sk dumped when inet_sctp_diag_fill returns errXin Long
2017-09-15sctp: fix an use-after-free issue in sctp_sock_dumpXin Long
2017-09-15tcp: update skb->skb_mstamp more carefullyEric Dumazet
2017-09-15net: ipv4: fix l3slave check for index returned in IP_PKTINFODavid Ahern
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-09-14tls: make tls_sw_free_resources staticTobias Klauser
2017-09-13net_sched: gen_estimator: fix scaling error in bytes/packets samplesEric Dumazet
2017-09-13net: sched: fix use-after-free in tcf_action_destroy and tcf_del_walkerJiri Pirko
2017-09-12ip6_tunnel: fix ip6 tunnel lookup in collect_md modeHaishuang Yan
2017-09-12ip_tunnel: fix ip tunnel lookup in collect_md modeHaishuang Yan
2017-09-12net_sched: carefully handle tcf_block_put()Cong Wang
2017-09-12net_sched: fix reference counting of tc filter chainCong Wang
2017-09-12net_sched: get rid of tcfa_rcuCong Wang
2017-09-12tcp/dccp: remove reqsk_put() from inet_child_forget()Eric Dumazet
2017-09-12openvswitch: Fix an error handling path in 'ovs_nla_init_match_and_action()'Christophe JAILLET
2017-09-12Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-09-11Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2017-09-11net/sched: fix pointer check in gen_handleJosh Hunt
2017-09-11ipv6: sr: remove duplicate routing header type checkDavid Lebrun
2017-09-11xdp: implement xdp_redirect_map for generic XDPJesper Dangaard Brouer
2017-09-09Bluetooth: Properly check L2CAP config option output buffer lengthBen Seri
2017-09-09Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-09-08bpf: make error reporting in bpf_warn_invalid_xdp_action more clearDaniel Borkmann
2017-09-08net: rcu lock and preempt disable missing around generic xdpJohn Fastabend
2017-09-08bpf: don't select potentially stale ri->map from buggy xdp progsDaniel Borkmann
2017-09-08ip6_tunnel: fix setting hop_limit value for ipv6 tunnelHaishuang Yan
2017-09-08ip_tunnel: fix setting ttl and tos value in collect_md modeHaishuang Yan
2017-09-08ipv6: fix typo in fib6_net_exit()Eric Dumazet
2017-09-08tcp: fix a request socket leakEric Dumazet
2017-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-09-08sctp: fix missing wake ups in some situationsMarcelo Ricardo Leitner
2017-09-08netfilter: xt_hashlimit: fix build error caused by 64bit divisionVishwanath Pai
2017-09-08netfilter: xt_hashlimit: alloc hashtable with right sizeZhizhou Tian