summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman
2015-05-11tun: Utilize the normal socket network namespace refcounting.Eric W. Biederman
2015-05-10codel: add ce_threshold attributeEric Dumazet
2015-05-09pktgen: introduce xmit_mode '<start_xmit|netif_receive>'Alexei Starovoitov
2015-05-09pktgen: adjust flag NO_TIMESTAMP to be more pktgen compliantJesper Dangaard Brouer
2015-05-09netlink: allow to listen "all" netnsNicolas Dichtel
2015-05-09netlink: rename private flags and statesNicolas Dichtel
2015-05-09netns: use a spin_lock to protect nsid managementNicolas Dichtel
2015-05-09netns: notify new nsid outside __peernet2id()Nicolas Dichtel
2015-05-09netns: rename peernet2id() to peernet2id_alloc()Nicolas Dichtel
2015-05-09netns: always provide the id to rtnl_net_fill()Nicolas Dichtel
2015-05-09netns: returns always an id in __peernet2id()Nicolas Dichtel
2015-05-09tcp: set SOCK_NOSPACE under memory pressureJason Baron
2015-05-09seccomp, filter: add and use bpf_prog_create_from_user from seccompDaniel Borkmann
2015-05-09net: filter: add __GFP_NOWARN flag for larger kmem allocsDaniel Borkmann
2015-05-09seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filterNicolas Schichan
2015-05-09net: filter: add a callback to allow classic post-verifier transformationsNicolas Schichan
2015-05-09Merge tag 'mac80211-next-for-davem-2015-05-06' of git://git.kernel.org/pub/sc...David S. Miller
2015-05-09tcp: add TCPWinProbe and TCPKeepAlive SNMP countersEric Dumazet
2015-05-09tcp: adjust window probe timers to safer valuesEric Dumazet
2015-05-09tipc: send explicit not supported error in nl compatRichard Alpe
2015-05-09tipc: add broadcast link window set/get to nl apiRichard Alpe
2015-05-09tipc: fix default link prop regression in nl compatRichard Alpe
2015-05-09net: dsa: Add lockdep class to tx queues to avoid lockdep splatAndrew Lunn
2015-05-06mac80211: add missing documentation for rate_ctrl_lockJohannes Berg
2015-05-06cfg80211: change GO_CONCURRENT to IR_CONCURRENT for STAArik Nemtsov
2015-05-06cfg80211: Allow GO concurrent relaxation after BSS disconnectionAvraham Stern
2015-05-06mac80211: validate cipher scheme PN length betterJohannes Berg
2015-05-06mac80211: extend get_key() to return PN for all ciphersJohannes Berg
2015-05-06mac80211: extend get_tkip_seq to all keysJohannes Berg
2015-05-05openvswitch: Use eth_proto_is_802_3Alexander Duyck
2015-05-05ipv4/ip_tunnel_core: Use eth_proto_is_802_3Alexander Duyck
2015-05-05ebtables: Use eth_proto_is_802_3Alexander Duyck
2015-05-05etherdev: Fix sparse error, make test usable by other functionsAlexander Duyck
2015-05-05bridge: change BR_GROUPFWD_RESTRICTED to allow forwarding of LLDP framesBernhard Thaler
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet
2015-05-05mac80211: remove useless skb->encapsulation checkJohannes Berg
2015-05-05mac80211: make LED triggering depend on activationJohannes Berg
2015-05-05mac80211: make LED trigger names constJohannes Berg
2015-05-05mac80211: clean up station debugfsJohannes Berg
2015-05-05mac80211: remove sta->tx_fragments counterJohannes Berg
2015-05-05mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERSJohannes Berg
2015-05-05mac80211: clean up global debugfs statisticsJohannes Berg
2015-05-04net: fix two sparse warnings introduced by IGMP/MLD parsing exportsLinus Lüssing
2015-05-04tipc: deal with return value of tipc_conn_new callbackYing Xue
2015-05-04tipc: adjust locking policy of subscriptionYing Xue
2015-05-04tipc: involve reference counter for subscriberYing Xue
2015-05-04tipc: introduce tipc_subscrb_create routineYing Xue
2015-05-04tipc: rename functions defined in subscr.cYing Xue