summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2015-05-04net: Export IGMP/MLD message validation codeLinus Lüssing
2015-05-04bridge: multicast: call skb_checksum_{simple_, }validateLinus Lüssing
2015-05-04tc: remove unused redirect ttlJamal Hadi Salim
2015-05-04sch_choke: Use flow_keys_digestTom Herbert
2015-05-04net: Add flow_keys digestTom Herbert
2015-05-04sched: Call skb_get_hash_perturb in sch_sfqTom Herbert
2015-05-04sched: Call skb_get_hash_perturb in sch_sfbTom Herbert
2015-05-04sched: Call skb_get_hash_perturb in sch_hhfTom Herbert
2015-05-04sched: Call skb_get_hash_perturb in sch_fq_codelTom Herbert
2015-05-04net: Add skb_get_hash_perturbTom Herbert
2015-05-04net: ipv4: route: Fix sending IGMP messages with link addressAndrew Lunn
2015-05-03net: sched: run ingress qdisc without locksAlexei Starovoitov
2015-05-03tcp: invoke pkts_acked hook on every ACKKenneth Klette Jonassen
2015-05-03tcp: improve RTT from SACK for CCKenneth Klette Jonassen
2015-05-03tcp: move struct tcp_sacktag_state to tcp_ack()Kenneth Klette Jonassen
2015-05-03etherdev: Use skb->data to retrieve Ethernet header instead of eth_hdrAlexander Duyck