summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [LLC]: Kill llc_set_pdu_hdrArnaldo Carvalho de Melo2007-04-251-6/+5
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-252-2/+2
* [NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS supportEric Dumazet2007-04-251-10/+7
* [NET]: Replace CONFIG_NET_DEBUG with sysctl.Stephen Hemminger2007-04-251-7/+5
* [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet2007-04-252-0/+2
* [TCP]: Abstract out all write queue operations.David S. Miller2007-04-252-21/+114
* [UDP]: Clean up UDP-Lite receive checksumHerbert Xu2007-04-252-37/+7
* [IPV6] ADDRCONF: Optimistic Duplicate Address Detection (RFC 4429) Support.Neil Horman2007-04-251-1/+3
* [NET]: convert network timestamps to ktime_tEric Dumazet2007-04-251-9/+9
* [NET]: Convert xtime.tv_sec to get_seconds()James Morris2007-04-251-2/+2
* [NET]: Keep sk_backlog near sk_lockEric Dumazet2007-04-251-9/+9
* [TCP]: Add two new spurious RTO responses to FRTOIlpo Järvinen2007-04-251-1/+2
* [TCP]: Add RFC3742 Limited Slow-Start, controlled by variable sysctl_tcp_max_...John Heffner2007-04-251-0/+1
* [TCP] FRTO: Entry is allowed only during (New)Reno like recoveryIlpo Järvinen2007-04-251-1/+1
* [TCP] FRTO: Moved tcp_use_frto from tcp.h to tcp_input.cIlpo Järvinen2007-04-251-13/+1
* [IFB]: Fix crash on input device removalPatrick McHardy2007-03-291-2/+5
* Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2007-03-281-9/+21
|\
| * [PATCH] WE-22 : prevent information leak on 64 bitJean Tourrilhes2007-03-271-9/+21
* | [IPV6]: Fix routing round-robin locking.David S. Miller2007-03-251-0/+1
* | [NET]: Fix neighbour destructor handling.Alexey Kuznetsov2007-03-251-1/+1
* | [NET]: Fix fib_rules compatibility breakageThomas Graf2007-03-251-0/+1
|/
* [SCTP]: Reset some transport and association variables on restartVlad Yasevich2007-03-201-0/+1
* [SCTP]: Clean up stale data during association restartVlad Yasevich2007-03-201-0/+1
* [IPSEC]: xfrm_policy delete security check misplacedEric Paris2007-03-071-2/+3
* [NET]: Revert incorrect accept queue backlog changes.David S. Miller2007-03-061-1/+1
* [INET]: twcal_jiffie should be unsigned long, not intEric Dumazet2007-03-051-1/+1
* [NETFILTER]: conntrack: fix {nf,ip}_ct_iterate_cleanup endless loopsPatrick McHardy2007-03-051-1/+1
* [NET]: Fix bugs in "Whether sock accept queue is full" checkingWei Dong2007-03-021-1/+1
* [NET]: Handle disabled preemption in gfp_any()Patrick McHardy2007-02-281-1/+1
* [IRDA] net/irda/: proper prototypesAdrian Bunk2007-02-261-0/+16
* [IPSEC]: changing API of xfrm6_tunnel_registerKazunori MIYAZAWA2007-02-131-2/+2
* [IPSEC]: Changing API of xfrm4_tunnel_register.Kazunori MIYAZAWA2007-02-131-2/+2
* [NETFILTER]: nf_conntrack: change nf_conntrack_l[34]proto_unregister to voidPatrick McHardy2007-02-122-2/+2
* [NETFILTER]: nf_conntrack: fix invalid conntrack statistics RCU assumptionPatrick McHardy2007-02-121-0/+6
* [NETFILTER]: nf_conntrack: properly use RCU API for nf_ct_protos/nf_ct_l3prot...Patrick McHardy2007-02-121-1/+1
* [PATCH] mark struct file_operations const 1Arjan van de Ven2007-02-124-8/+8
* [NET]: Reorder fields of struct dst_entryEric Dumazet2007-02-101-10/+10
* [DECNET]: Convert decnet route to use the new dst_entry 'next' pointerEric Dumazet2007-02-101-3/+2
* [IPV6]: Convert ipv6 route to use the new dst_entry 'next' pointerEric Dumazet2007-02-101-1/+0
* [IPV4]: Convert ipv4 route to use the new dst_entry 'next' pointerEric Dumazet2007-02-101-4/+3
* [NET]: Introduce union in struct dst_entry to hold 'next' pointerEric Dumazet2007-02-101-1/+6
* [NET]: change layout of ehash tableEric Dumazet2007-02-081-5/+5
* [S390]: Add AF_IUCV socket supportJennifer Hunt2007-02-081-0/+106
* [S390]: Rewrite of the IUCV base code, part 2Martin Schwidefsky2007-02-081-0/+415
* [X.25]: Adds /proc/sys/net/x25/x25_forward to control forwarding.Andrew Hendry2007-02-081-0/+1
* [X.25]: Add call forwardingAndrew Hendry2007-02-081-0/+17
* [XFRM]: Extension for dynamic update of endpoint address(es)Shinta Sugimoto2007-02-081-0/+44
* [NETFILTER]: NAT: optional source port randomization supportEric Leblond2007-02-081-0/+1
* [NETFILTER]: Add SANE connection tracking helperMichal Schmidt2007-02-081-0/+2
OpenPOWER on IntegriCloud