aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo2-3/+8
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo2-3/+8
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo3-2/+6
2007-04-25[SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arphArnaldo Carvalho de Melo2-1/+9
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo5-5/+13
2007-04-25[IP]: Introduce ip_hdrlen()Arnaldo Carvalho de Melo1-1/+6
2007-04-25[SK_BUFF]: Introduce skb_set_network_headerArnaldo Carvalho de Melo1-0/+5
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo6-7/+14
2007-04-25[SK_BUFF]: Introduce skb_network_offset()Arnaldo Carvalho de Melo1-0/+5
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2-1/+6
2007-04-25[PPPOE]: Introduce pppoe_hdr()Arnaldo Carvalho de Melo1-0/+7
2007-04-25[LLC]: Kill llc_set_pdu_hdrArnaldo Carvalho de Melo1-6/+5
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo5-4/+14
2007-04-25[SK_BUFF]: Introduce skb_set_mac_header()Arnaldo Carvalho de Melo1-0/+5
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo4-4/+9
2007-04-25[NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS supportEric Dumazet22-10/+49
2007-04-25[NET]: Replace CONFIG_NET_DEBUG with sysctl.Stephen Hemminger2-7/+6
2007-04-25[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet24-22/+46
2007-04-25[TCP]: Abstract out all write queue operations.David S. Miller2-21/+114
2007-04-25[UDP]: Clean up UDP-Lite receive checksumHerbert Xu3-37/+8
2007-04-25[NETLINK]: Limit NLMSG_GOODSIZE to 8K.David S. Miller2-5/+14
2007-04-25[IPV6] ADDRCONF: Optimistic Duplicate Address Detection (RFC 4429) Support.Neil Horman3-1/+8
2007-04-25[NET]: convert network timestamps to ktime_tEric Dumazet2-30/+14
2007-04-25[NET]: div64_64 consolidate (rev3)Stephen Hemminger7-1/+34
2007-04-25[NET]: Convert xtime.tv_sec to get_seconds()James Morris1-2/+2
2007-04-25[NET]: Keep sk_backlog near sk_lockEric Dumazet1-9/+9
2007-04-25[TCP]: Add two new spurious RTO responses to FRTOIlpo Järvinen2-1/+3
2007-04-25[TCP]: Make snd_cwnd_clamp a u32.David S. Miller1-1/+1
2007-04-25[TCP]: Keep copied_seq, rcv_wup and rcv_next together.Eric Dumazet1-2/+2
2007-04-25[TCP]: Add RFC3742 Limited Slow-Start, controlled by variable sysctl_tcp_max_ssthresh.John Heffner2-0/+2
2007-04-25[TCP] FRTO: Entry is allowed only during (New)Reno like recoveryIlpo Järvinen1-1/+1
2007-04-25[TCP] FRTO: Moved tcp_use_frto from tcp.h to tcp_input.cIlpo Järvinen1-13/+1
2007-04-24Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-0/+4
2007-04-24[IPV6]: Disallow RH0 by default.YOSHIFUJI Hideaki2-0/+4
2007-04-24Taskstats fix the structure members alignment issueBalbir Singh1-5/+8
2007-04-20Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds5-21/+11
2007-04-20NFS: clean up the unstable write codeTrond Myklebust1-30/+0
2007-04-20[MIPS] Fix wrong checksum for split TCP packets on 64-bit MIPSDave Johnson1-1/+1
2007-04-20[MIPS] Fix BUG(), BUG_ON() handlingAtsushi Nemoto1-1/+2
2007-04-20[MIPS] Retry {save,restore}_fp_context if failed in atomic context.Atsushi Nemoto1-2/+7
2007-04-20[MIPS] Disallow CpU exception in kernel again.Atsushi Nemoto2-17/+0
2007-04-20[MIPS] Add missing silicon revisions for BCM112xMark Mason1-0/+1
2007-04-17Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-3/+7
2007-04-17Provide dummy devm_ioport_* if !HAS_IOPORTRussell King1-0/+13
2007-04-17alpha: build fixes - force architectureIvan Kokshaysky1-12/+35
2007-04-17alpha: fixes for specific machine typesIvan Kokshaysky2-0/+3
2007-04-17kernel-doc: fix plist.h commentsRandy Dunlap1-31/+23
2007-04-17allow vmsplice to work in 32-bit mode on ppc64Don Zickus1-1/+1
2007-04-17[NET]: Set a separate lockdep class for neighbour table's proxy_queuePavel Emelianov1-0/+7
2007-04-17[NET]: Get rid of alloc_skb_from_cacheHerbert Xu1-3/+0