aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-28mac80211: make rate control tx status API more extensibleFelix Fietkau5-51/+42
2017-04-28mac80211: use bitfield macros for encoded rateJohannes Berg2-30/+50
2017-04-28mac80211: rename ieee80211_rx_status::vht_nss to just nssJohannes Berg3-7/+7
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg6-68/+75
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg6-55/+55
2017-04-26mac80211: make multicast variable a bool in ieee80211_accept_frame()Luca Coelho1-1/+1
2017-04-26mac80211: disentangle iflist_mtx and chanctx_mtxJohannes Berg3-8/+9
2017-04-26mac80211: don't parse encrypted management frames in ieee80211_frame_ackedEmmanuel Grumbach1-0/+1
2017-04-26cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel4-10/+11
2017-04-26nl80211: add support for BSSIDs in scheduled scan matchsetsArend Van Spriel1-10/+30
2017-04-26nl80211: allow multiple active scheduled scan requestsArend Van Spriel6-57/+181
2017-04-26cfg80211: simplify netlink socket owner interface deletionJohannes Berg3-47/+9
2017-04-25mac80211: rewrite monitor mode delivery logicJohannes Berg1-59/+92
2017-04-25cfg80211: Fix dfs state propagation for non-DFS center channelVasanthakumar Thiagarajan1-3/+0
2017-04-25net: Generic XDPDavid S. Miller3-21/+176
2017-04-25l2tp: define "l2tpeth" device typeGuillaume Nault1-0/+5
2017-04-25l2tp: set name_assign_type for devices created by l2tp_eth.cGuillaume Nault1-2/+6
2017-04-25net sched actions: Complete the JUMPX opcodeJamal Hadi Salim1-0/+25
2017-04-25can: network namespace support for CAN gatewayOliver Hartkopp1-28/+44
2017-04-25can: network namespace support for CAN_BCM protocolOliver Hartkopp1-33/+57
2017-04-25can: complete initial namespace supportOliver Hartkopp3-103/+114
2017-04-25can: remove obsolete definitionsOliver Hartkopp1-4/+0
2017-04-25can: remove obsolete pernet_operations definitionsOliver Hartkopp1-4/+0
2017-04-25can: fix memory leak in initial namespace supportOliver Hartkopp1-0/+2
2017-04-24tipc: check return value of nlmsg_newPan Bian1-0/+2
2017-04-24lwtunnel: check return value of nla_nest_startPan Bian1-0/+2
2017-04-24cls_flower: add support for matching MPLS fields (v2)Benjamin LaHaise1-0/+74
2017-04-24flow_dissector: add mpls support (v2)Benjamin LaHaise1-3/+22
2017-04-24net/tcp_fastopen: Remove mss check in tcp_write_timeout()Wei Wang1-4/+3
2017-04-24net/tcp_fastopen: Add snmp counter for blackhole detectionWei Wang3-4/+6
2017-04-24net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang5-4/+145
2017-04-24Merge tag 'mlx5-updates-2017-04-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-3/+23
2017-04-24net: add rcu locking when changing early demuxDavid Ahern1-0/+3
2017-04-24openvswitch: Add eventmask support to CT action.Jarno Rajahalme1-0/+27
2017-04-24openvswitch: Typo fix.Jarno Rajahalme1-1/+1
2017-04-24packet: add PACKET_FANOUT_FLAG_UNIQUEID to assign new fanout group id.Mike Maloney1-0/+44
2017-04-24VSOCK: Add virtio vsock vsockmon hooksGerard Garcia2-0/+67
2017-04-24VSOCK: Add vsockmon tap functionsGerard Garcia2-1/+115
2017-04-22net/devlink: Add E-Switch encapsulation controlRoi Dayan1-3/+23
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-81/+188
2017-04-21netpoll: Check for skb->queue_mappingTushar Dave1-2/+8
2017-04-21ip6mr: fix notification device destructionNikolay Aleksandrov1-7/+6
2017-04-21Merge tag 'nfc-next-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextDavid S. Miller1-10/+14
2017-04-21net: qrtr: potential use after free in qrtr_sendmsg()Dan Carpenter1-1/+3
2017-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller20-363/+1564
2017-04-21net_sched: remove useless NULL to tp->rootWANG Cong3-20/+0
2017-04-21net_sched: move the empty tp check from ->destroy() to ->delete()WANG Cong12-126/+132
2017-04-21net: ipv6: RTF_PCPU should not be settable from userspaceDavid Ahern1-0/+4
2017-04-21bpf: add napi_id read access to __sk_buffDaniel Borkmann1-0/+14
2017-04-21gso: Validate assumption of frag_list segementationIlan Tayari1-4/+14