summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-09-30mac80211: implement nan_change_confAyala Beker4-0/+93
2016-09-30cfg80211: Provide an API to report NAN function terminationAyala Beker1-0/+60
2016-09-30cfg80211: provide a function to report a match for NANAyala Beker1-0/+80
2016-09-30cfg80211: allow the user space to change current NAN configurationAyala Beker3-0/+83
2016-09-30cfg80211: add add_nan_func / del_nan_funcAyala Beker5-1/+453
2016-09-30mac80211: add boilerplate code for start / stop NANAyala Beker8-4/+131
2016-09-30cfg80211: add start / stop NAN commandsAyala Beker14-5/+193
2016-09-30cfg80211: Add support for static WEP in the driverDavid Spinadel6-8/+13
2016-09-30mac80211: Move ieee802111_tx_dequeue() to later in tx.cToke Høiland-Jørgensen1-45/+45
2016-09-28cfg80211: wext: really don't store non-WEP keysJohannes Berg1-1/+11
2016-09-26cfg80211: add checks for beacon rate, extend to meshJohannes Berg1-11/+35
2016-09-26cfg80211: Add support to configure a beacon data ratePurushottam Kushwaha1-222/+288
2016-09-18Merge tag 'mac80211-next-for-davem-2016-09-16' of git://git.kernel.org/pub/sc...David S. Miller30-264/+404
2016-09-18pkt_sched: fq: use proper locking in fq_dump_stats()Eric Dumazet1-14/+18
2016-09-18openvswitch: use percpu flow statsThadeu Lima de Souza Cascardo3-39/+33
2016-09-18openvswitch: fix flow stats accounting when node 0 is not possibleThadeu Lima de Souza Cascardo2-4/+7
2016-09-18sctp: not return ENOMEM err back in sctp_packet_transmitXin Long1-25/+22
2016-09-18sctp: make sctp_outq_flush/tail/uncork return voidXin Long2-17/+11
2016-09-18sctp: save transmit error to sk_err in sctp_outq_flushXin Long2-10/+14
2016-09-18sctp: free msg->chunks when sctp_primitive_SEND return errXin Long3-3/+19
2016-09-18sctp: do not return the transmit err back to sctp_sendmsgXin Long1-11/+5
2016-09-18sctp: remove the unnecessary state check in sctp_outq_tailXin Long1-39/+14
2016-09-17ip6_tunnel: add collect_md mode to IPv6 tunnelsAlexei Starovoitov1-45/+133
2016-09-17ip_tunnel: add collect_md mode to IPIP tunnelAlexei Starovoitov2-6/+105
2016-09-17l2tp: constify net_device_ops structuresJulia Lawall1-1/+1
2016-09-17llc: switch type to bool as the timeout is only tested versus 0Alan Cox1-2/+2
2016-09-17tcp: prepare skbs for better sack shiftingEric Dumazet1-7/+24
2016-09-17rxrpc: Make IPv6 support conditional on CONFIG_IPV6David Howells8-2/+34
2016-09-16cfg80211: add helper to find an IE that matches a byte-arrayLuca Coelho1-31/+27
2016-09-16mac80211: allow using AP_LINK_PS with mac80211-generated TIM IEEmmanuel Grumbach1-1/+1
2016-09-16net-next: dsa: add Qualcomm tag RX/TX handlerJohn Crispin5-0/+147
2016-09-16tcp: fix a stale ooo_last_skb after a replaceEric Dumazet1-1/+2
2016-09-16Merge tag 'rxrpc-rewrite-20160913-2' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller8-119/+179
2016-09-16Merge tag 'rxrpc-rewrite-20160913-1' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller11-31/+64
2016-09-15openvswitch: avoid deferred execution of recirc actionsLance Richardson1-2/+28
2016-09-15net/sched: cls_flower: Remove an unused field from the filter key structureOr Gerlitz1-1/+0
2016-09-15net/sched: cls_flower: Support masking for matching on tcp/udp portsOr Gerlitz1-8/+12
2016-09-15net_sched: Introduce skbmod actionJamal Hadi Salim3-0/+313
2016-09-15bpf: use skb_at_tc_ingress helper in tcf_bpfDaniel Borkmann1-1/+1
2016-09-15bpf: drop unnecessary test in cls_bpf_classify and tcf_bpfDaniel Borkmann2-6/+0
2016-09-15net/sched: act_tunnel_key: Remove rcu_read_lock protectionHadar Hen Zion1-13/+4
2016-09-15cfg80211: remove unnecessary pointer-ofJohannes Berg1-1/+1
2016-09-15mac80211: allow driver to handle packet-loss mechanismRajkumar Manoharan2-0/+7
2016-09-15mac80211: remove sta_remove_debugfs driver callbackJohannes Berg2-19/+0
2016-09-15mac80211: remove pointless chanctx NULL checkJohannes Berg1-4/+0
2016-09-15mac80211: remove unused assignmentJohannes Berg1-1/+0
2016-09-15nl80211: always check nla_put* return valuesJohannes Berg1-5/+8
2016-09-15nl80211: always check nla_nest_start() return valueJohannes Berg1-0/+11
2016-09-15mac80211: fix scan completed tracingJohannes Berg1-1/+1
2016-09-15mac80211: fix possible out-of-bounds accessJohannes Berg1-4/+8