summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* mac80211: Add tx ack signal support in sta infoVenkateswara Naralasetty2018-02-193-2/+19
* cfg80211: send ack_signal to user in probe client responseVenkateswara Naralasetty2018-02-192-3/+7
* mac80211: remove redundant initialization to pointer 'hdr'Colin Ian King2018-02-191-1/+1
* nl80211: Fix external_auth check for offloaded authenticationSrinivas Dasari2018-02-191-1/+1
* nl80211: remove unnecessary genlmsg_cancel() callsJohannes Berg2018-02-191-28/+0
* mac80211: Add support to notify ht/vht opmode modification.tamizhr@codeaurora.org2018-01-312-0/+23
* cfg80211: Add support to notify station's opmode change to userspacetamizhr@codeaurora.org2018-01-311-0/+55
* mac80211: Add txq flags to debugfsBen Greear2018-01-311-3/+7
* nl80211: Allow SAE Authentication for NL80211_CMD_CONNECTSrinivas Dasari2018-01-311-2/+3
* cfg80211/nl80211: Optional authentication offload to userspaceSrinivas Dasari2018-01-313-0/+132
* nl80211: Introduce scan flags to emphasize requested scan behaviorSunil Dutt2018-01-311-2/+11
* ipmr: Fix ptrdiff_t print formattingJames Hogan2018-01-301-1/+1
* tcp: release sk_frag.page in tcp_disconnectLi RongQing2018-01-291-0/+6
* ipv4: Get the address of interface correctly.Tonghao Zhang2018-01-291-0/+4
* net_sched: gen_estimator: fix lockdep splatEric Dumazet2018-01-291-0/+4
* ipv6: addrconf: break critical section in addrconf_verify_rtnl()Eric Dumazet2018-01-291-0/+2
* ipv6: change route cache aging logicWei Wang2018-01-291-8/+12
* net: ipv6: send unsolicited NA after DADDavid Ahern2018-01-292-4/+31
* net_sched: implement ->change_tx_queue_len() for pfifo_fastCong Wang2018-01-291-0/+18
* net_sched: plug in qdisc ops change_tx_queue_lenCong Wang2018-01-292-0/+34
* net: introduce helper dev_change_tx_queue_len()Cong Wang2018-01-293-37/+34
* dev: advertise the new ifindex when the netns iface changesNicolas Dichtel2018-01-292-18/+32
* dev: always advertise the new nsid when the netns iface changesNicolas Dichtel2018-01-291-4/+1
* ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6onlyMartin KaFai Lau2018-01-291-4/+7
* rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINKChristian Brauner2018-01-291-11/+28
* rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINKChristian Brauner2018-01-291-3/+0
* rtnetlink: enable IFLA_IF_NETNSID in do_setlink()Christian Brauner2018-01-291-7/+47
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-299-11/+29
|\
| * VSOCK: set POLLOUT | POLLWRNORM for TCP_CLOSINGStefan Hajnoczi2018-01-261-1/+1
| * dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed stateAlexey Kodanev2018-01-261-0/+3
| * net: don't call update_pmtu unconditionallyNicolas Dichtel2018-01-255-10/+7
| * net: tcp: close sock if net namespace is exitingDan Streetman2018-01-252-0/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-295-27/+317
|\ \
| * | bpf: fix subprog verifier bypass by div/mod by 0 exceptionDaniel Borkmann2018-01-271-1/+8
| * | bpf: xor of a/x in cbpf can be done in 32 bit aluDaniel Borkmann2018-01-271-2/+2
| * | bpf: Add BPF_SOCK_OPS_STATE_CBLawrence Brakmo2018-01-261-0/+24
| * | bpf: Add BPF_SOCK_OPS_RETRANS_CBLawrence Brakmo2018-01-261-0/+4
| * | bpf: Add sock_ops R/W access to tclassLawrence Brakmo2018-01-261-2/+45
| * | bpf: Add support for reading sk_state and moreLawrence Brakmo2018-01-261-11/+132
| * | bpf: Add sock_ops RTO callbackLawrence Brakmo2018-01-261-0/+7
| * | bpf: Adds field bpf_sock_ops_cb_flags to tcp_sockLawrence Brakmo2018-01-261-0/+34
| * | bpf: Support passing args to sock_ops bpf functionLawrence Brakmo2018-01-263-3/+3
| * | bpf: Add write access to tcp_sock and sock fieldsLawrence Brakmo2018-01-261-0/+48
| * | bpf: Make SOCK_OPS_GET_TCP struct independentLawrence Brakmo2018-01-261-10/+10
| * | bpf: Make SOCK_OPS_GET_TCP size independentLawrence Brakmo2018-01-261-5/+8
| * | bpf: Only reply field should be writeableLawrence Brakmo2018-01-261-2/+1
* | | Merge tag 'linux-can-next-for-4.16-20180126' of ssh://gitolite.kernel.org/pub...David S. Miller2018-01-261-1/+1
|\ \ \
| * | | can: migrate documentation to restructured textRobert Schwebel2018-01-261-1/+1
* | | | net/smc: return booleans instead of integersGustavo A. R. Silva2018-01-261-2/+2
* | | | net/smc: release clcsock from tcp_listen_workerUrsula Braun2018-01-262-10/+36