summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: Port redirection support for TCPKOVACS Krisztian2008-10-012-1/+2
* ipv4: Make Netfilter's ip_route_me_harder() non-local address compatibleKOVACS Krisztian2008-10-011-0/+6
* tcp: Handle TCP SYN+ACK/ACK/RST transparencyKOVACS Krisztian2008-10-012-1/+10
* ipv4: Conditionally enable transparent flow flag when connectingKOVACS Krisztian2008-10-011-1/+5
* ipv4: Make inet_sock.h independent of route.hKOVACS Krisztian2008-10-013-7/+6Star
* ipv4: Implement IP_TRANSPARENT socket optionKOVACS Krisztian2008-10-012-2/+4
* ipv4: Loosen source address check on IPv4 outputJulian Anastasov2008-10-011-0/+2
* ipsec: Put dumpers on the dump listHerbert Xu2008-10-011-42/+28Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-014-3/+12
|\
| * sctp: Fix kernel panic while process protocol violation parameterWei Yongjun2008-09-301-0/+3
| * 9p: implement proper trans module refcounting and unregistrationTejun Heo2008-09-242-2/+8
| * netlink: fix overrun in attribute iterationVegard Nossum2008-09-121-1/+1
* | ipv6: almost identical frag hashing funcs combinedIlpo Järvinen2008-10-011-0/+2
* | ieee80211.h: remove superfluous ETH_P_PAE definitionJohn W. Linville2008-09-301-4/+0Star
* | mac80211: clean up rate control APIJohannes Berg2008-09-241-0/+68
* | cfg80211: show interface typeJohannes Berg2008-09-242-2/+6
* | cfg80211: fix code ordering in header fileJohannes Berg2008-09-241-9/+9
* | pkt_sched: Remove the tx queue state check in qdisc_run()Jarek Poplawski2008-09-231-4/+1Star
* | tcp: Use SKB queue handling interfaces instead of by-hand versions.David S. Miller2008-09-231-25/+15Star
* | tcp: Use skb_queue_is_last() instead of by-hand version.David S. Miller2008-09-231-3/+3
* | pkt_sched: Make qdisc->gso_skb a list.David S. Miller2008-09-231-1/+1
* | sctp: Use skb_queue_walk_safe() and skb_queue_split_tail_init().David S. Miller2008-09-231-8/+2Star
* | Phonet: emit errors when a packet cannot be delivered locallyRemi Denis-Courmont2008-09-231-0/+5
* | Phonet: proc interface for port rangeRemi Denis-Courmont2008-09-231-0/+3
* | Phonet: Phonet datagram transport protocolRemi Denis-Courmont2008-09-231-0/+6
* | Phonet: common socket glueRemi Denis-Courmont2008-09-231-0/+23
* | Phonet: Netlink interfaceRemi Denis-Courmont2008-09-231-0/+1
* | Phonet: network device and address handlingRemi Denis-Courmont2008-09-231-0/+50
* | Phonet: PF_PHONET protocol family supportRemi Denis-Courmont2008-09-231-0/+74
* | ipsec: Fix xfrm_state_walk raceHerbert Xu2008-09-231-7/+3Star
* | net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller2008-09-221-2/+2
* | tcp: don't clear retransmit_skb_hint when not necessaryIlpo Järvinen2008-09-211-1/+6
* | tcp: reorganize retransmit code loopsIlpo Järvinen2008-09-211-1/+0Star
* | tcp: convert retransmit_cnt_hint to seqnoIlpo Järvinen2008-09-211-0/+2
* | tcp: Partial hint clearing has again become meaninglessIlpo Järvinen2008-09-211-6/+1Star
* | mac80211: fix virtual interfaces vs. injectionJohannes Berg2008-09-151-0/+1
* | mac80211: share sta_info->ht_infoJohannes Berg2008-09-151-0/+2
* | mac80211: share sta->supp_ratesJohannes Berg2008-09-151-0/+2
* | mac80211: share STA information with driverJohannes Berg2008-09-151-5/+48
* | mac80211: use nl80211 interface typesJohannes Berg2008-09-151-31/+4Star
* | mac80211: inform driver of basic ratesetJohannes Berg2008-09-151-0/+6
* | mac80211: fix scan vs. interface removal raceJohannes Berg2008-09-151-1/+3
* | cfg80211: Add new wireless regulatory infrastructureLuis R. Rodriguez2008-09-153-0/+120
* | pkt_action: add new action skbeditAlexander Duyck2008-09-131-0/+34
* | mac80211: make conf_tx non-atomicJohannes Berg2008-09-111-1/+1
* | ipsec: Use RCU-like construct for saved state within a walkHerbert Xu2008-09-101-10/+5Star
* | Merge branch 'lvs-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2008-09-101-70/+238
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into l...Simon Horman2008-09-102-0/+6
| |\ \
| * | | ipvs: Embed user stats structure into kernel stats structureSven Wegener2008-09-091-19/+2Star
| * | | ipvs: Restrict connection table size via KconfigSven Wegener2008-09-091-9/+1Star