summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
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-05tcp_westwood: fix tcp_westwood_info()Eric Dumazet
2015-05-05mpls: Move reserved label definitionsTom Herbert
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-04Merge tag 'mac80211-for-davem-2015-05-04' of git://git.kernel.org/pub/scm/lin...David S. Miller
2015-05-04Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-05-04net/rds: Fix new sparse warningDavid Ahern
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: core: Correct an over-stringent device loop detection.Vlad Yasevich
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-04svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failuresScott Mayhew
2015-05-04Revert "net: kernel socket should be released in init_net namespace"Herbert Xu
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-03net/rds: fix unaligned memory accessshamir rabinovitch
2015-05-03netlink: Remove max_size settingHerbert Xu
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
2015-05-03etherdev: Process is_multicast_ether_addr at same size as other operationsAlexander Duyck
2015-05-03etherdev: Avoid unnecessary byte swap in check for EthertypeAlexander Duyck
2015-05-03codel: fix maxpacket/mtu confusionEric Dumazet