summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-10-11cfg80211: support loading regulatory database as firmware fileJohannes Berg3-24/+276
2017-10-11mac80211: only remove AP VLAN frames from TXQJohannes Berg3-22/+39
2017-10-11mac80211: aead api to reduce redundancyXiang Gao7-152/+111
2017-10-06net/mac80211/mesh_plink: Convert timers to use timer_setup()Kees Cook4-7/+10
2017-10-06Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg142-1534/+3519
2017-10-06net/ipv6: remove unused err variable on icmpv6_push_pending_framesTim Hansen1-2/+1
2017-10-06net: ipv6: remove unused code in ipv6_find_hdr()Lin Zhang1-3/+0
2017-10-06tcp: a small refactor of RACK loss detectionYuchung Cheng1-22/+18
2017-10-06tcp: more efficient RACK loss detectionYuchung Cheng1-15/+5
2017-10-06tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet4-13/+41
2017-10-06RDS: IB: Initialize max_items based on underlying device attributesAvinash Repaka1-2/+2
2017-10-06RDS: IB: Limit the scope of has_fr/has_fmr variablesAvinash Repaka2-7/+6
2017-10-06net/ipv4: Remove unused variable in route.cTim Hansen1-2/+1
2017-10-06tcp: clean up TFO server's initial tcp_rearm_rto() callWei Wang1-12/+9
2017-10-06tcp: uniform the set up of sockets after successful connectionWei Wang3-24/+16
2017-10-06VSOCK: add sock_diag interfaceStefan Hajnoczi3-0/+199
2017-10-06VSOCK: use TCP state constants for sk_stateStefan Hajnoczi7-56/+64
2017-10-06VSOCK: move __vsock_in_bound/connected_table() to af_vsock.hStefan Hajnoczi1-10/+0
2017-10-06VSOCK: export socket tables for sock_diag interfaceStefan Hajnoczi1-4/+6
2017-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller26-154/+161
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds23-137/+160
2017-10-05net: bridge: Pass extack to down to netdev_master_upper_dev_linkDavid Ahern4-7/+15
2017-10-05net: Add extack to upper device linkingDavid Ahern7-13/+19
2017-10-05net: Add extack to ndo_add_slaveDavid Ahern3-6/+10
2017-10-05net: Add extack to netdev_notifier_infoDavid Ahern1-32/+47
2017-10-05net: 8021q: skip packets if the vlan is downVishakha Narvekar1-0/+6
2017-10-05dev: advertise the new nsid when the netns iface changesNicolas Dichtel2-12/+30
2017-10-04net: cache skb_shinfo() in skb_try_coalesce()Eric Dumazet1-13/+16
2017-10-04rtnetlink: remove __rtnl_af_unregisterFlorian Westphal2-15/+3
2017-10-04rtnetlink: remove slave_validate callbackFlorian Westphal1-6/+0
2017-10-04net: core: fix kerneldoc commentFlorian Westphal1-1/+1
2017-10-04sctp: introduce round robin stream schedulerMarcelo Ricardo Leitner3-1/+205
2017-10-04sctp: introduce priority based stream schedulerMarcelo Ricardo Leitner3-1/+351
2017-10-04sctp: add sockopt to get/set stream scheduler parametersMarcelo Ricardo Leitner1-0/+77
2017-10-04sctp: add sockopt to get/set stream schedulerMarcelo Ricardo Leitner1-0/+75
2017-10-04sctp: introduce stream scheduler foundationsMarcelo Ricardo Leitner5-35/+387
2017-10-04sctp: introduce struct sctp_stream_out_extMarcelo Ricardo Leitner4-11/+42
2017-10-04sctp: factor out stream->in allocationMarcelo Ricardo Leitner1-8/+28
2017-10-04sctp: factor out stream->out allocationMarcelo Ricardo Leitner1-20/+32
2017-10-04sctp: silence warns on sctp_stream_init allocationsMarcelo Ricardo Leitner1-1/+7
2017-10-04net: core: decouple ifalias get/set from rtnl lockFlorian Westphal3-24/+58
2017-10-03net: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov1-0/+3
2017-10-03ipv4: ipmr: Don't forward packets already forwarded by hardwareYotam Gigi1-5/+32
2017-10-03ipv4: ipmr: Add the parent ID field to VIF structYotam Gigi1-0/+11
2017-10-03socket, bpf: fix possible use after freeEric Dumazet2-5/+12
2017-10-02flow_dissector: dissect tunnel infoSimon Horman2-25/+100
2017-10-02cfg80211/nl80211: add a port authorized eventAvraham Stern5-4/+85
2017-10-02mac80211: fix STA_SLOW_THRESHOLD htmldocs failureStanislaw Gruszka1-1/+1
2017-10-02mac80211: fix bandwidth computation for TDLS peersManikanta Pubbisetty1-0/+10
2017-10-02l2tp: fix l2tp_eth module loadingGuillaume Nault1-49/+2