summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net: Eliminate no_check from protoswTom Herbert2014-05-231-1/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-05-221-35/+22
|\
| * xfrm: Remove useless xfrm_audit struct.Tetsuo Handa2014-04-231-23/+19
| * xfrm: Remove useless secid field from xfrm_audit.Tetsuo Handa2014-04-221-19/+10
* | net: Add a software TSO helper APIEzequiel Garcia2014-05-221-0/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller2014-05-222-11/+155
|\ \
| * | netfilter: nf_tables: defer all object release via rcuPablo Neira Ayuso2014-05-191-0/+2
| * | netfilter: nf_tables: remove skb and nlh from context structurePablo Neira Ayuso2014-05-191-4/+6
| * | netfilter: nf_tables: use new transaction infrastructure to handle elementsPablo Neira Ayuso2014-05-191-0/+10
| * | netfilter: nf_tables: use new transaction infrastructure to handle tablePablo Neira Ayuso2014-05-191-0/+10
| * | netfilter: nf_tables: use new transaction infrastructure to handle chainPablo Neira Ayuso2014-05-191-0/+17
| * | netfilter: nf_tables: use new transaction infrastructure to handle setsPablo Neira Ayuso2014-05-191-0/+12
| * | netfilter: nf_tables: add message type to transactionsPablo Neira Ayuso2014-05-191-0/+2
| * | netfilter: nf_tables: generalise transaction infrastructurePablo Neira Ayuso2014-05-191-4/+11
| * | netfilter: nf_tables: deconstify table and chain in context structurePablo Neira Ayuso2014-05-191-3/+3
| * | netfilter: nf_tables: Make meta expression core functions publicTomasz Bursztyka2014-04-231-0/+36
| * | netfilter: nf_tables: implement proper set selectionPatrick McHardy2014-04-021-0/+46
* | | tcp: make cwnd-limited checks measurement-based, and gentlerNeal Cardwell2014-05-221-3/+8
* | | ieee802154, mac802154: implement devkey record optionPhoebe Buckheister2014-05-161-0/+1
* | | mac802154: add llsec configuration functionsPhoebe Buckheister2014-05-161-0/+36
* | | ieee802154: add dgram sockopts for security controlPhoebe Buckheister2014-05-161-1/+9
* | | mac802154: integrate llsec with wpan devicesPhoebe Buckheister2014-05-161-0/+3
* | | ieee802154: add types for link-layer securityPhoebe Buckheister2014-05-161-0/+95
* | | ieee802154: change _cb handling slightlyPhoebe Buckheister2014-05-151-18/+7
* | | ieee802154: add definitions for link-layer security and header functionsPhoebe Buckheister2014-05-152-0/+38
* | | net: Fix CONFIG_SYSCTL ifdef test.David S. Miller2014-05-151-1/+1
* | | net: Use a more standard macro for INET_ADDR_COOKIEJoe Perches2014-05-141-3/+5
* | | ipv4: make ip_local_reserved_ports per netnsWANG Cong2014-05-142-3/+15
* | | net: support marking accepting TCP socketsLorenzo Colitti2014-05-132-0/+11
* | | net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti2014-05-134-0/+9
* | | tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng2014-05-131-7/+7
* | | tcp: simplify fast open cookie processingYuchung Cheng2014-05-131-8/+1
* | | tcp: move fastopen functions to tcp_fastopen.cYuchung Cheng2014-05-131-2/+8
* | | net: rename local_df to ignore_dfWANG Cong2014-05-122-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-124-3/+29
|\ \ \
| * \ \ Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-05-091-0/+12
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-081-0/+12
| | |\ \ \
| | | * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville2014-05-061-0/+12
| | | |\ \ \
| | | | * | | cfg80211: add cfg80211_sched_scan_stopped_rtnlEliad Peller2014-05-051-0/+12
| * | | | | | ping: move ping_group_range out of CONFIG_SYSCTLCong Wang2014-05-081-1/+6
| * | | | | | ipv4: move local_port_range out of CONFIG_SYSCTLCong Wang2014-05-081-1/+1
| |/ / / / /
| * | | | | vsock: Make transport the proto ownerAndy King2014-05-051-1/+5
| * | | | | net: Add variants of capable for use on on socketsEric W. Biederman2014-04-241-0/+5
* | | | | | net: clean up snmp stats codeWANG Cong2014-05-072-32/+18
* | | | | | tunnel: fix RFC number in comment for INET_ECN_decapsulate()Neal Cardwell2014-05-071-1/+1
* | | | | | net: Call skb_checksum_init in IPv6Tom Herbert2014-05-051-0/+7
* | | | | | net: Call skb_checksum_init in IPv4Tom Herbert2014-05-051-0/+6
* | | | | | net: Allow csum_add to be provided in archTom Herbert2014-05-051-0/+2
* | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-05-055-17/+120
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-025-17/+120
| |\ \ \ \ \ \