summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert-11/+4
2014-05-23net: Eliminate no_check from protoswTom Herbert-1/+0
2014-05-23Bluetooth: Clearly distinguish mgmt LTK type from authenticated propertyJohan Hedberg-0/+3
2014-05-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-35/+22
2014-05-22net: Add a software TSO helper APIEzequiel Garcia-0/+20
2014-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville-66/+203
2014-05-22Merge tag 'nfc-next-3.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville-0/+8
2014-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller-11/+155
2014-05-22tcp: make cwnd-limited checks measurement-based, and gentlerNeal Cardwell-3/+8
2014-05-22cfg80211: allow RSSI compensationEmmanuel Grumbach-0/+7
2014-05-21cfg80211: implement cfg80211_get_station cfg80211 APIAntonio Quartulli-0/+13
2014-05-21mac80211: export the expected throughputAntonio Quartulli-0/+7
2014-05-20cfg80211: export expected throughput through get_station()Antonio Quartulli-28/+34
2014-05-20NFC: Add RAW socket type support for SOCKPROTO_RAWHiren Tandel-0/+3
2014-05-19cfg80211: constify wowlan/coalesce mask/pattern pointersJohannes Berg-1/+1
2014-05-19cfg80211: constify more pointers in the cfg80211 APIJohannes Berg-11/+12
2014-05-19cfg80211: constify MAC addresses in cfg80211 opsJohannes Berg-14/+15
2014-05-19mac80211: fix csa_counter_offs argument name in docbookLuciano Coelho-2/+3
2014-05-19cfg80211: add documentation for max_num_csa_countersLuciano Coelho-5/+5
2014-05-19netfilter: nf_tables: defer all object release via rcuPablo Neira Ayuso-0/+2
2014-05-19netfilter: nf_tables: remove skb and nlh from context structurePablo Neira Ayuso-4/+6
2014-05-19netfilter: nf_tables: use new transaction infrastructure to handle elementsPablo Neira Ayuso-0/+10
2014-05-19netfilter: nf_tables: use new transaction infrastructure to handle tablePablo Neira Ayuso-0/+10
2014-05-19netfilter: nf_tables: use new transaction infrastructure to handle chainPablo Neira Ayuso-0/+17
2014-05-19netfilter: nf_tables: use new transaction infrastructure to handle setsPablo Neira Ayuso-0/+12
2014-05-19netfilter: nf_tables: add message type to transactionsPablo Neira Ayuso-0/+2
2014-05-19netfilter: nf_tables: generalise transaction infrastructurePablo Neira Ayuso-4/+11
2014-05-19netfilter: nf_tables: deconstify table and chain in context structurePablo Neira Ayuso-3/+3
2014-05-16ieee802154, mac802154: implement devkey record optionPhoebe Buckheister-0/+1
2014-05-16mac802154: add llsec configuration functionsPhoebe Buckheister-0/+36
2014-05-16ieee802154: add dgram sockopts for security controlPhoebe Buckheister-1/+9
2014-05-16mac802154: integrate llsec with wpan devicesPhoebe Buckheister-0/+3
2014-05-16ieee802154: add types for link-layer securityPhoebe Buckheister-0/+95
2014-05-15Bluetooth: Store max TX power level for connectionAndrzej Kaczmarek-0/+1
2014-05-15Bluetooth: Add support to get connection informationAndrzej Kaczmarek-0/+14
2014-05-15Bluetooth: Add conn info lifetime parameters to debugfsAndrzej Kaczmarek-0/+6
2014-05-15ipv6: update Destination Cache entries when gateway turn into hostDuan Jiong-0/+1
2014-05-15ieee802154: change _cb handling slightlyPhoebe Buckheister-18/+7
2014-05-15ieee802154: add definitions for link-layer security and header functionsPhoebe Buckheister-0/+38
2014-05-15net: Fix CONFIG_SYSCTL ifdef test.David S. Miller-1/+1
2014-05-15mac80211: Handle the CSA counters correctlyAndrei Otcheretianski-1/+22
2014-05-15mac80211: Provide ieee80211_beacon_get_template APIAndrei Otcheretianski-7/+36
2014-05-15cfg80211: Support multiple CSA countersAndrei Otcheretianski-3/+15
2014-05-15cfg80211: Add API to update CSA counters in mgmt framesAndrei Otcheretianski-0/+4
2014-05-14net: Use a more standard macro for INET_ADDR_COOKIEJoe Perches-3/+5
2014-05-14ipv4: make ip_local_reserved_ports per netnsWANG Cong-3/+15
2014-05-13net: support marking accepting TCP socketsLorenzo Colitti-0/+11
2014-05-13net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti-0/+9
2014-05-13tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng-7/+7
2014-05-13tcp: simplify fast open cookie processingYuchung Cheng-8/+1