summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-12-13rfkill: Cleanup error handling in rfkill_init()Michał Kępień1-11/+12
2016-12-13mac80211: Show pending txqlen in debugfs.Ben Greear1-0/+27
2016-12-13mac80211: Suppress NEW_PEER_CANDIDATE event if no roomMasashi Honma1-6/+8
2016-12-13mac80211: multicast to unicast conversionMichael Braun4-1/+137
2016-12-13mac80211: Remove unused 'beaconint_us' variableKirtika Ruchandani1-4/+0
2016-12-13mac80211: Remove unused 'sband' and 'local' variablesKirtika Ruchandani1-4/+0
2016-12-13mac80211: Remove unused 'len' variableKirtika Ruchandani1-5/+3
2016-12-13mac80211: Remove unused 'i' variableKirtika Ruchandani1-3/+1
2016-12-13mac80211: Remove unused 'struct rate_control_ref' variableKirtika Ruchandani1-4/+0
2016-12-13mac80211: Remove unused 'rates_idx' variableKirtika Ruchandani1-2/+1
2016-12-13mac80211: Remove unused 'struct ieee80211_rx_status' ptrKirtika Ruchandani1-4/+0
2016-12-13nl80211: multicast_to_unicast can be changed while IFF_UPMichael Braun1-3/+0
2016-12-13nl80211: check NL80211_ATTR_SCHED_SCAN_INTERVAL only onceArend Van Spriel1-4/+1
2016-12-13cfg80211: get rid of name indirection trick for ieee80211_get_channel()Arend Van Spriel1-3/+2
2016-12-13rfkill: simplify rfkill_set_hw_state() slightlyJohannes Berg1-4/+1
2016-12-11netfilter: nft_counter: rework atomic dump and resetPablo Neira1-72/+55
2016-12-11net: l2tp: ppp: change PPPOL2TP_MSG_* => L2TP_MSG_*Asbjørn Sloth Tønnesen1-27/+27
2016-12-11net: l2tp: export debug flags to UAPIAsbjørn Sloth Tønnesen1-10/+0
2016-12-11net: bridge: shorten ageing time on topology changeVivien Didelot3-2/+30
2016-12-11net: bridge: add helper to set topology changeVivien Didelot4-4/+11
2016-12-11net: bridge: add helper to offload ageing timeVivien Didelot3-17/+24
2016-12-11net: socket: removed an unnecessary newlineAmit Kushwaha1-1/+0
2016-12-11netlink: use blocking notifierWANG Cong1-4/+4
2016-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2016-12-10net: skb_condense() can also deal with empty skbsEric Dumazet1-9/+13
2016-12-10Merge tag 'mac80211-next-for-davem-2016-12-09' of git://git.kernel.org/pub/sc...David S. Miller5-11/+55
2016-12-10udp: udp_rmem_release() should touch sk_rmem_alloc laterEric Dumazet1-1/+2
2016-12-10udp: add batching to udp_rmem_release()Eric Dumazet1-0/+12
2016-12-10udp: copy skb->truesize in the first cache lineEric Dumazet1-3/+10
2016-12-10udp: add busylocks in RX pathEric Dumazet1-1/+42
2016-12-09cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg4-9/+39
2016-12-09nl80211: Use different attrs for BSSID and random MAC addr in scan reqVamsi Krishna1-1/+15
2016-12-09nl80211: fix logic inversion in start_nan()Johannes Berg1-1/+1
2016-12-09net: socket: preferred __aligned(size) for control bufferAmit Kushwaha1-1/+2
2016-12-08Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2-17/+69
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau1-2/+26
2016-12-08udp: under rx pressure, try to condense skbsEric Dumazet2-1/+39
2016-12-08net: rfs: add a jump labelEric Dumazet2-1/+6
2016-12-08net/sched: cls_flower: Support matching on ICMP type and codeSimon Horman1-0/+53
2016-12-08flow dissector: ICMP supportSimon Horman1-0/+31
2016-12-08net/sched: cls_flower: Add support for matching on flagsOr Gerlitz1-0/+76
2016-12-08icmp: correct return value of icmp_rcv()Zhang Shengju1-2/+2
2016-12-08Bluetooth: SMP: Add support for H7 crypto function and CT2 auth flagJohan Hedberg2-17/+69
2016-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller69-620/+2162
2016-12-07netfilter: nft_quota: allow to restore consumed quotaPablo Neira Ayuso1-2/+9
2016-12-07netfilter: xt_bpf: support ebpfWillem de Bruijn1-16/+80
2016-12-07netfilter: x_tables: avoid warn and OOM killer on vmalloc callMarcelo Ricardo Leitner1-1/+3
2016-12-07netfilter: nf_tables: support for set flushingPablo Neira Ayuso3-6/+51
2016-12-07netfilter: nft_set: introduce nft_{hash, rbtree}_deactivate_one()Pablo Neira Ayuso2-8/+27
2016-12-07netfilter: nf_tables: constify struct nft_ctx * parameter in nft_trans_alloc()Pablo Neira Ayuso1-2/+2