summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * mac80211: clean up/rename prepare_for_handlers()Johannes Berg2015-04-241-44/+36
| * mac80211: remove IEEE80211_RX_RA_MATCHJohannes Berg2015-04-242-42/+5
| * mac80211: remove support for IFF_PROMISCJohannes Berg2015-04-244-49/+12
| * mac80211: make station hash table max_size configurableJohannes Berg2015-04-232-0/+11
| * mac80211: allow segmentation offloadsJohannes Berg2015-04-222-25/+48
| * mac80211: allow drivers to support S/GJohannes Berg2015-04-222-1/+7
| * mac80211: allow checksum offload only in fast-xmitJohannes Berg2015-04-221-4/+20
| * mac80211: extend fast-xmit to cover IBSSJohannes Berg2015-04-221-0/+7
| * mac80211: extend fast-xmit for more ciphersJohannes Berg2015-04-222-6/+44
| * mac80211: extend fast-xmit to driver fragmentationJohannes Berg2015-04-221-1/+2
| * mac80211: add TX fastpathJohannes Berg2015-04-228-2/+475
| * mac80211: lock rate controlJohannes Berg2015-04-204-5/+20
| * mac80211: introduce plink lock for plink fieldsBob Copeland2015-04-203-18/+25
* | tcp: add TCPWinProbe and TCPKeepAlive SNMP countersEric Dumazet2015-05-093-7/+10
* | tcp: adjust window probe timers to safer valuesEric Dumazet2015-05-092-2/+2
* | tipc: send explicit not supported error in nl compatRichard Alpe2015-05-091-1/+1
* | tipc: add broadcast link window set/get to nl apiRichard Alpe2015-05-093-30/+58
* | tipc: fix default link prop regression in nl compatRichard Alpe2015-05-092-23/+114
* | net: dsa: Add lockdep class to tx queues to avoid lockdep splatAndrew Lunn2015-05-091-2/+12
* | openvswitch: Use eth_proto_is_802_3Alexander Duyck2015-05-053-4/+4
* | ipv4/ip_tunnel_core: Use eth_proto_is_802_3Alexander Duyck2015-05-051-1/+1
* | ebtables: Use eth_proto_is_802_3Alexander Duyck2015-05-051-1/+1
* | etherdev: Fix sparse error, make test usable by other functionsAlexander Duyck2015-05-051-1/+1
* | bridge: change BR_GROUPFWD_RESTRICTED to allow forwarding of LLDP framesBernhard Thaler2015-05-051-2/+2
* | tcp: provide SYN headers for passive connectionsEric Dumazet2015-05-054-0/+57
* | net: fix two sparse warnings introduced by IGMP/MLD parsing exportsLinus Lüssing2015-05-042-2/+2
* | tipc: deal with return value of tipc_conn_new callbackYing Xue2015-05-041-0/+4
* | tipc: adjust locking policy of subscriptionYing Xue2015-05-041-2/+4
* | tipc: involve reference counter for subscriberYing Xue2015-05-041-68/+52
* | tipc: introduce tipc_subscrb_create routineYing Xue2015-05-041-13/+17
* | tipc: rename functions defined in subscr.cYing Xue2015-05-044-97/+75
* | net: Export IGMP/MLD message validation codeLinus Lüssing2015-05-045-188/+493
* | bridge: multicast: call skb_checksum_{simple_, }validateLinus Lüssing2015-05-041-24/+4
* | tc: remove unused redirect ttlJamal Hadi Salim2015-05-041-9/+0
* | sch_choke: Use flow_keys_digestTom Herbert2015-05-041-10/+4
* | net: Add flow_keys digestTom Herbert2015-05-041-0/+27
* | sched: Call skb_get_hash_perturb in sch_sfqTom Herbert2015-05-041-25/+2
* | sched: Call skb_get_hash_perturb in sch_sfbTom Herbert2015-05-041-16/+8
* | sched: Call skb_get_hash_perturb in sch_hhfTom Herbert2015-05-041-18/+1
* | sched: Call skb_get_hash_perturb in sch_fq_codelTom Herbert2015-05-041-9/+2
* | net: Add skb_get_hash_perturbTom Herbert2015-05-041-8/+30
* | net: ipv4: route: Fix sending IGMP messages with link addressAndrew Lunn2015-05-041-1/+2
* | net: sched: run ingress qdisc without locksAlexei Starovoitov2015-05-032-4/+3
* | tcp: invoke pkts_acked hook on every ACKKenneth Klette Jonassen2015-05-031-6/+3
* | tcp: improve RTT from SACK for CCKenneth Klette Jonassen2015-05-031-18/+22
* | tcp: move struct tcp_sacktag_state to tcp_ack()Kenneth Klette Jonassen2015-05-031-23/+22
* | etherdev: Use skb->data to retrieve Ethernet header instead of eth_hdrAlexander Duyck2015-05-031-1/+2
* | etherdev: Process is_multicast_ether_addr at same size as other operationsAlexander Duyck2015-05-031-1/+1
* | etherdev: Avoid unnecessary byte swap in check for EthertypeAlexander Duyck2015-05-031-1/+1
* | ipv6: Flow label state rangesTom Herbert2015-05-033-0/+13