summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-10-15cfg80211: reg: search built-in database directlyJohannes Berg
2015-10-15cfg80211: reg: rename reg_call_crda to reg_query_databaseJohannes Berg
2015-10-15cfg80211: reg: fix reg_call_crda() return value bugJohannes Berg
2015-10-15cfg80211: reg: remove useless non-NULL checkJohannes Berg
2015-10-15cfg80211: fix gHz to GHzJohannes Berg
2015-10-14mac80211: remove event.cJohannes Berg
2015-10-14mac80211: remove cfg.hJohannes Berg
2015-10-14mac80211: move sta_set_rate_info_rx() and make it staticJohannes Berg
2015-10-14mac80211: clean up ieee80211_rx_h_check_dup codeJohannes Berg
2015-10-14mac80211: remove PM-QoS listenerJohannes Berg
2015-10-13mac80211: use new cfg80211_inform_bss_frame_data() APIJohannes Berg
2015-10-13mac80211: Do not restart scheduled scan if multiple scan plans are setAvraham Stern
2015-10-13cfg80211: Add multiple scan plans for scheduled scanAvraham Stern
2015-10-13nl80211: allow BSS data to include CLOCK_BOOTTIME timestampDmitry Shmidt
2015-10-13Revert "mac80211: remove exposing 'mfp' to drivers"Tamizh chelvam
2015-10-13Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg
2015-10-12bridge: vlan: enforce no pvid flag in vlan rangesNikolay Aleksandrov
2015-10-12ipv6 route: use err pointers instead of returning pointer by referenceRoopa Prabhu
2015-10-12ipv6: Pass struct net into nf_ct_frag6_gatherEric W. Biederman
2015-10-12ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman
2015-10-12ipv4: Only compute net once in ip_call_ra_chainEric W. Biederman
2015-10-12packet: fix match_fanout_group()Eric Dumazet
2015-10-12ipv4/icmp: redirect messages can use the ingress daddr as sourcePaolo Abeni
2015-10-12bridge: try switchdev op first in __vlan_vid_add/delJiri Pirko
2015-10-12net: shrink struct sock and request_sock by 8 bytesEric Dumazet
2015-10-12net: SO_INCOMING_CPU setsockopt() supportEric Dumazet
2015-10-12packet: support per-packet fwmark for af_packet sendmsgEdward Jee
2015-10-12sock: support per-packet fwmarkEdward Jee
2015-10-12bpf: enable non-root eBPF programsAlexei Starovoitov
2015-10-12bridge: push bridge setting ageing_time down to switchdevScott Feldman
2015-10-12switchdev: skip over ports returning -EOPNOTSUPP when recursing portsScott Feldman
2015-10-12tcp: change type of alive from int to boolRichard Sailer
2015-10-12bridge: allow adding of fdb entries pointing to the bridge deviceRoopa Prabhu
2015-10-11tcp: fix RFS vs lockless listenersEric Dumazet
2015-10-11net: dsa: use switchdev obj in port_fdb_delVivien Didelot
2015-10-11net: dsa: push prepare phase in port_fdb_addVivien Didelot
2015-10-11net: dsa: add port_fdb_prepareVivien Didelot
2015-10-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-10-11net: synack packets can be attached to request socketsEric Dumazet
2015-10-11bpf: fix cb access in socket filter programsAlexei Starovoitov
2015-10-09net/sched: make sch_blackhole.c explicitly non-modularPaul Gortmaker
2015-10-09net/dcb: make dcbnl.c explicitly non-modularPaul Gortmaker
2015-10-09net/core: make sock_diag.c explicitly non-modularPaul Gortmaker
2015-10-09net/core: lockdep_rtnl_is_held can be booleanYaowei Bai
2015-10-09net/dccp: dccp_bad_service_code can be booleanYaowei Bai
2015-10-09net/nfnetlink: lockdep_nfnl_is_held can be booleanYaowei Bai
2015-10-09net/netlink: lockdep_genl_is_held can be booleanYaowei Bai
2015-10-08Bluetooth: Fix basic debugfs entries for unconfigured controllersMarcel Holtmann
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann
2015-10-08net: move net_get_random_once to libHannes Frederic Sowa