summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo2007-04-252-3/+8
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-253-2/+6
* [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arphArnaldo Carvalho de Melo2007-04-252-1/+9
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-255-5/+13
* [IP]: Introduce ip_hdrlen()Arnaldo Carvalho de Melo2007-04-251-1/+6
* [SK_BUFF]: Introduce skb_set_network_headerArnaldo Carvalho de Melo2007-04-251-0/+5
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-256-7/+14
* [SK_BUFF]: Introduce skb_network_offset()Arnaldo Carvalho de Melo2007-04-251-0/+5
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-252-1/+6
* [PPPOE]: Introduce pppoe_hdr()Arnaldo Carvalho de Melo2007-04-251-0/+7
* [LLC]: Kill llc_set_pdu_hdrArnaldo Carvalho de Melo2007-04-251-6/+5
* [SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo2007-04-255-4/+14
* [SK_BUFF]: Introduce skb_set_mac_header()Arnaldo Carvalho de Melo2007-04-251-0/+5
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-254-4/+9
* [NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS supportEric Dumazet2007-04-2522-10/+49
* [NET]: Replace CONFIG_NET_DEBUG with sysctl.Stephen Hemminger2007-04-252-7/+6
* [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet2007-04-2524-22/+46
* [TCP]: Abstract out all write queue operations.David S. Miller2007-04-252-21/+114
* [UDP]: Clean up UDP-Lite receive checksumHerbert Xu2007-04-253-37/+8
* [NETLINK]: Limit NLMSG_GOODSIZE to 8K.David S. Miller2007-04-252-5/+14
* [IPV6] ADDRCONF: Optimistic Duplicate Address Detection (RFC 4429) Support.Neil Horman2007-04-253-1/+8
* [NET]: convert network timestamps to ktime_tEric Dumazet2007-04-252-30/+14
* [NET]: div64_64 consolidate (rev3)Stephen Hemminger2007-04-257-1/+34
* [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-252-1/+3
* [TCP]: Make snd_cwnd_clamp a u32.David S. Miller2007-04-251-1/+1
* [TCP]: Keep copied_seq, rcv_wup and rcv_next together.Eric Dumazet2007-04-251-2/+2
* [TCP]: Add RFC3742 Limited Slow-Start, controlled by variable sysctl_tcp_max_...John Heffner2007-04-252-0/+2
* [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
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-04-242-0/+4
|\
| * [IPV6]: Disallow RH0 by default.YOSHIFUJI Hideaki2007-04-242-0/+4
* | Taskstats fix the structure members alignment issueBalbir Singh2007-04-241-5/+8
|/
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-04-205-21/+11
|\
| * [MIPS] Fix wrong checksum for split TCP packets on 64-bit MIPSDave Johnson2007-04-201-1/+1
| * [MIPS] Fix BUG(), BUG_ON() handlingAtsushi Nemoto2007-04-201-1/+2
| * [MIPS] Retry {save,restore}_fp_context if failed in atomic context.Atsushi Nemoto2007-04-201-2/+7
| * [MIPS] Disallow CpU exception in kernel again.Atsushi Nemoto2007-04-202-17/+0
| * [MIPS] Add missing silicon revisions for BCM112xMark Mason2007-04-201-0/+1
* | NFS: clean up the unstable write codeTrond Myklebust2007-04-201-30/+0
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-04-171-3/+7
|\
| * [NET]: Set a separate lockdep class for neighbour table's proxy_queuePavel Emelianov2007-04-171-0/+7
| * [NET]: Get rid of alloc_skb_from_cacheHerbert Xu2007-04-171-3/+0
* | Provide dummy devm_ioport_* if !HAS_IOPORTRussell King2007-04-171-0/+13
* | alpha: build fixes - force architectureIvan Kokshaysky2007-04-171-12/+35
* | alpha: fixes for specific machine typesIvan Kokshaysky2007-04-172-0/+3
* | kernel-doc: fix plist.h commentsRandy Dunlap2007-04-171-31/+23
* | allow vmsplice to work in 32-bit mode on ppc64Don Zickus2007-04-171-1/+1
|/
* NFS: Ensure PG_writeback is cleared when writeback failsTrond Myklebust2007-04-141-1/+0
OpenPOWER on IntegriCloud