summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-10-21mac80211: move station statistics into sub-structsJohannes Berg11-185/+178
2015-10-21mac80211: move beacon_loss_count into ifmgdJohannes Berg5-14/+12
2015-10-21mac80211: remove sta->last_ack_signalJohannes Berg3-7/+0
2015-10-16cfg80211: reg: fix reg_ignore_cell_hint return typeJohannes Berg1-1/+2
2015-10-16cfg80211: reg: reduce chan_reg_rule_print_dbg() ifdefJohannes Berg1-9/+2
2015-10-16cfg80211: reg: fix antenna gain in chan_reg_rule_print_dbg()Johannes Berg1-2/+2
2015-10-16cfg80211: reg: centralize freeing ignored requestsJohannes Berg1-29/+35
2015-10-16cfg80211: reg: clarify 'treatment' handling in reg_process_hint()Johannes Berg1-7/+9
2015-10-16cfg80211: reg: rename reg_regdb_query() to reg_query_builtin()Johannes Berg1-3/+3
2015-10-16cfg80211: reg: make CRDA support optionalJohannes Berg3-73/+114
2015-10-15cfg80211: reg: remove useless reg_timeout schedulingJohannes Berg1-8/+2
2015-10-15cfg80211: reg: search built-in database directlyJohannes Berg1-44/+58
2015-10-15cfg80211: reg: rename reg_call_crda to reg_query_databaseJohannes Berg1-5/+5
2015-10-15cfg80211: reg: fix reg_call_crda() return value bugJohannes Berg1-31/+30
2015-10-15cfg80211: reg: remove useless non-NULL checkJohannes Berg1-3/+0
2015-10-15cfg80211: fix gHz to GHzJohannes Berg2-2/+2
2015-10-14mac80211: remove event.cJohannes Berg4-34/+6
2015-10-14mac80211: remove cfg.hJohannes Berg4-11/+2
2015-10-14mac80211: move sta_set_rate_info_rx() and make it staticJohannes Berg3-41/+39
2015-10-14mac80211: clean up ieee80211_rx_h_check_dup codeJohannes Berg1-10/+10
2015-10-14mac80211: remove PM-QoS listenerJohannes Berg8-80/+20
2015-10-13mac80211: use new cfg80211_inform_bss_frame_data() APIJohannes Berg2-15/+15
2015-10-13mac80211: Do not restart scheduled scan if multiple scan plans are setAvraham Stern1-2/+6
2015-10-13cfg80211: Add multiple scan plans for scheduled scanAvraham Stern3-15/+170
2015-10-13nl80211: allow BSS data to include CLOCK_BOOTTIME timestampDmitry Shmidt4-39/+47
2015-10-13Revert "mac80211: remove exposing 'mfp' to drivers"Tamizh chelvam2-1/+6
2015-10-13Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg416-7133/+11907
2015-10-13bridge: vlan: enforce no pvid flag in vlan rangesNikolay Aleksandrov1-0/+3
2015-10-13ipv6 route: use err pointers instead of returning pointer by referenceRoopa Prabhu1-15/+17
2015-10-13ipv6: Pass struct net into nf_ct_frag6_gatherEric W. Biederman3-5/+4
2015-10-13ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman6-15/+16
2015-10-13ipv4: Only compute net once in ip_call_ra_chainEric W. Biederman1-1/+2
2015-10-13packet: fix match_fanout_group()Eric Dumazet1-3/+3
2015-10-13ipv4/icmp: redirect messages can use the ingress daddr as sourcePaolo Abeni2-1/+15
2015-10-13bridge: try switchdev op first in __vlan_vid_add/delJiri Pirko1-36/+22
2015-10-13net: shrink struct sock and request_sock by 8 bytesEric Dumazet7-17/+17
2015-10-13net: SO_INCOMING_CPU setsockopt() supportEric Dumazet5-5/+21
2015-10-13packet: support per-packet fwmark for af_packet sendmsgEdward Jee1-1/+9
2015-10-13sock: support per-packet fwmarkEdward Jee1-0/+26
2015-10-13bpf: enable non-root eBPF programsAlexei Starovoitov1-1/+2
2015-10-12bridge: push bridge setting ageing_time down to switchdevScott Feldman5-7/+29
2015-10-12switchdev: skip over ports returning -EOPNOTSUPP when recursing portsScott Feldman1-1/+8
2015-10-12tcp: change type of alive from int to boolRichard Sailer1-3/+3
2015-10-12bridge: allow adding of fdb entries pointing to the bridge deviceRoopa Prabhu2-30/+93
2015-10-11tcp: fix RFS vs lockless listenersEric Dumazet2-0/+2
2015-10-11net: dsa: use switchdev obj in port_fdb_delVivien Didelot1-1/+1
2015-10-11net: dsa: push prepare phase in port_fdb_addVivien Didelot1-1/+1
2015-10-11net: dsa: add port_fdb_prepareVivien Didelot1-2/+5
2015-10-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller21-135/+1870
2015-10-11net: synack packets can be attached to request socketsEric Dumazet1-1/+2