summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net: use a per task frag allocatorEric Dumazet2012-09-242-15/+16
* net: Remove unnecessary NULL check in scm_destroy().David S. Miller2012-09-241-1/+1
* tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell2012-09-221-0/+1
* tcp: extract code to compute SYNACK RTTNeal Cardwell2012-09-221-0/+9
* ipv6: unify fragment thresh handling codeAmerigo Wang2012-09-191-1/+1
* ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inlineAmerigo Wang2012-09-191-2/+11
* ipv6: unify conntrack reassembly expire code with standard oneAmerigo Wang2012-09-191-0/+19
* ipv6: add a new namespace for nf_conntrack_reasmAmerigo Wang2012-09-192-0/+11
* llc: Remove stray reference to sysctl_llc_station_ack_timeout.David S. Miller2012-09-171-1/+0
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-09-171-0/+1
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-142-1/+2
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-074-6/+44
| | |\
| | * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-09-071-0/+1
| | |\ \
| | | * | cfg80211: add kerneldoc entry for "vht_cap"Robert P. J. Day2012-09-051-0/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-152-1/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-071-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Bluetooth: Change signature of smp_conn_security()Vinicius Costa Gomes2012-08-271-1/+1
| * | | | xfrm: Workaround incompatibility of ESN and async cryptoSteffen Klassert2012-09-041-0/+3
* | | | | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-106-51/+51
* | | | | ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel2012-09-071-1/+1
* | | | | scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Eric W. Biederman2012-09-071-4/+19
* | | | | ipv6: fix handling of blackhole and prohibit routesNicolas Dichtel2012-09-051-0/+1
* | | | | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-09-0316-95/+171
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2012-09-0312-55/+234
| |\ \ \ \ \
| * | | | | | netfilter: nf_conntrack: add nf_ct_timeout_lookupPablo Neira Ayuso2012-09-031-0/+20
| * | | | | | netfilter: ip6tables: add MASQUERADE targetPatrick McHardy2012-08-302-2/+4
| * | | | | | netfilter: ipv6: add IPv6 NAT supportPatrick McHardy2012-08-303-0/+7
| * | | | | | net: core: add function for incremental IPv6 pseudo header checksum updatesPatrick McHardy2012-08-301-0/+3
| * | | | | | netfilter: add protocol independent NAT corePatrick McHardy2012-08-309-90/+125
| * | | | | | netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy2012-08-301-3/+8
| * | | | | | ipv4: fix path MTU discovery with connection trackingPatrick McHardy2012-08-262-0/+4
* | | | | | | tcp: use PRR to reduce cwin in CWR stateYuchung Cheng2012-09-031-2/+8
| |/ / / / / |/| | | | |
* | | | | | tcp: TCP Fast Open Server - support TFO listenersJerry Chu2012-08-312-15/+4
* | | | | | tcp: TCP Fast Open Server - header & support functionsJerry Chu2012-08-312-7/+75
* | | | | | tcp: Increase timeout for SYN segmentsAlex Bergmann2012-08-311-4/+14
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-311-0/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2012-08-311-0/+1
| |\ \ \ \ \
| | * | | | | netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso2012-08-311-0/+1
* | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller2012-08-246-7/+22
|\ \ \ \ \ \ \
| * | | | | | | net sched: Pass the skb into change so it can access NETLINK_CBEric W. Biederman2012-08-141-1/+2
| * | | | | | | userns: Implement sk_user_nsEric W. Biederman2012-08-141-0/+9
| * | | | | | | userns: Convert net/ax25 to use kuid_t where appropriateEric W. Biederman2012-08-141-2/+2
| * | | | | | | net ip6 flowlabel: Make owner a union of struct pid * and kuid_tEric W. Biederman2012-08-141-1/+4
| * | | | | | | userns: Use kgids for sysctl_ping_group_rangeEric W. Biederman2012-08-141-1/+2
| * | | | | | | userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman2012-08-141-1/+2
| * | | | | | | userns: Convert sock_i_uid to return a kuid_tEric W. Biederman2012-08-141-1/+1
* | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-243-21/+117
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-08-213-21/+117
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | mac80211: add IEEE80211_HW_P2P_DEV_ADDR_FOR_INTFJohannes Berg2012-08-201-0/+5
| | * | | | | | cfg80211: add P2P Device abstractionJohannes Berg2012-08-201-2/+38
OpenPOWER on IntegriCloud