2007-04-27 |
Linus Torvalds | Merge branch 'for-linus' of git://git.infradead.org... |
tree | commitdiff |
2007-04-27 |
Linus Torvalds | Merge branch 'upstream-linus' of git://git./linux/kerne... |
tree | commitdiff |
2007-04-27 |
Linus Torvalds | Merge branch 'e1000-fixes' of /linux/kernel/git/jgarzik... |
tree | commitdiff |
2007-04-27 |
Linus Torvalds | Merge branch 'for-linus' of /linux/kernel/git/roland... |
tree | commitdiff |
2007-04-27 |
Linus Torvalds | Merge /pub/scm/linux/kernel/git/davem/sparc-2.6 |
tree | commitdiff |
2007-04-27 |
Linus Torvalds | Merge /pub/scm/linux/kernel/git/davem/net-2.6 |
tree | commitdiff |
2007-04-27 |
YOSHIFUJI Hideaki | [IPV6]: Fix thinko in ipv6_rthdr_rcv() changes. |
tree | commitdiff |
2007-04-26 |
Milind Arun Choudhary | [NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, net |
tree | commitdiff |
2007-04-26 |
David Woodhouse | Merge branch 'master' of git://git./linux/kernel/git... |
tree | commitdiff |
2007-04-26 |
YOSHIFUJI Hideaki | [IPV6] NDISC: Unify main process of sending ND messages. |
tree | commitdiff |
2007-04-26 |
YOSHIFUJI Hideaki | [IPV6] XFRM: Use ip6addr_any where applicable. |
tree | commitdiff |
2007-04-26 |
YOSHIFUJI Hideaki | [IPV6]: Export in6addr_any for future use. |
tree | commitdiff |
2007-04-26 |
YOSHIFUJI Hideaki | [IPV6] SIT: Unify code path to get hash array index. |
tree | commitdiff |
2007-04-26 |
David S. Miller | [IPV6]: Fix Makefile thinko. |
tree | commitdiff |
2007-04-26 |
Herbert Xu | [IPV6]: Consolidate common SNMP code |
tree | commitdiff |
2007-04-26 |
YOSHIFUJI Hideaki | [IPV6] SNMP: Use put_unaligned() instead of memcpy(). |
tree | commitdiff |
2007-04-26 |
YOSHIFUJI Hideaki | [IPV6] SNMP: Fix several warnings without procfs. |
tree | commitdiff |
2007-04-26 |
YOSHIFUJI Hideaki | [IPV6] SNMP: Avoid unaligned accesses. |
tree | commitdiff |
2007-04-26 |
Stephen Hemminger | [NET]: cleanup extra semicolons |
tree | commitdiff |
2007-04-26 |
YOSHIFUJI Hideaki | [IPV6] SNMP: Export statistics via netlink without... |
tree | commitdiff |
2007-04-26 |
YOSHIFUJI Hideaki | [IPV6] SNMP: Move some statistic bits to net/ipv6/proc.c. |
tree | commitdiff |
2007-04-26 |
YOSHIFUJI Hideaki | [IPV6] SNMP: Netlink interface. |
tree | commitdiff |
2007-04-26 |
John Heffner | [INET]: Add IP(V6)_PMTUDISC_RPOBE |
tree | commitdiff |
2007-04-26 |
John Heffner | [IPV6]: MTU discovery check in ip6_fragment() |
tree | commitdiff |
2007-04-26 |
Patrick McHardy | [RTNETLINK]: Remove unnecessary locking in dump callbacks |
tree | commitdiff |
2007-04-26 |
Patrick McHardy | [NETLINK]: Switch cb_lock spinlock to mutex and allow... |
tree | commitdiff |
2007-04-26 |
Patrick McHardy | [NETFILTER]: {eb,ip6,ip}t_LOG: remove remains of LOG... |
tree | commitdiff |
2007-04-26 |
Herbert Xu | [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY |
tree | commitdiff |
2007-04-26 |
Herbert Xu | [NET]: Use csum_start offset instead of skb_transport_h... |
tree | commitdiff |
2007-04-26 |
Patrick McHardy | [XFRM]: Optimize MTU calculation |
tree | commitdiff |
2007-04-26 |
Patrick McHardy | [XFRM]: esp: fix skb_tail_pointer conversion bug |
tree | commitdiff |
2007-04-26 |
YOSHIFUJI Hideaki | [IPV6] FIB6RULE: Find source address during looking... |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} |
tree | commitdiff |
2007-04-26 |
Herbert Xu | [NET]: Allow forwarding of ip_summed except CHECKSUM_CO... |
tree | commitdiff |
2007-04-26 |
David S. Miller | [INET]: Use jhash + random secret for ehash. |
tree | commitdiff |
2007-04-26 |
Patrick McHardy | [NETFILTER]: Use setup_timer |
tree | commitdiff |
2007-04-26 |
Patrick McHardy | [NETFILTER]: Remove changelogs and CVS IDs |
tree | commitdiff |
2007-04-26 |
Thomas Graf | [NET] rules: Unified rules dumping |
tree | commitdiff |
2007-04-26 |
Thomas Graf | [IPv6]: Use rtnl registration interface |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF] ipv6: Use skb_network_offset in some more... |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [NETLINK]: Introduce nlmsg_hdr() helper |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Convert skb->tail to sk_buff_data_t |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: unions of just one member don't get anything... |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce skb_network_header_len |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Use the helpers to get the layer header... |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Some more layer header conversions |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: More skb_put related skb_reset_transport_header |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [IPV6]: Reset the network header in ip6_nd_hdr |
tree | commitdiff |
2007-04-26 |
Yasuyuki Kozakai | [NETFILTER]: nf_conntrack: add nf_copy() to safely... |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce skb_transport_header(skb) |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: More skb_reset_transport_header conversions |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce ipipv6_hdr(), remove skb->h.ipv6h |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce ipip_hdr(), remove skb->h.ipiph |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [TCP]: Introduce tcp_hdrlen() and tcp_optlen() |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [ICMP6]: Introduce icmp6_hdr() |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce skb_set_transport_header |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce skb_transport_offset() |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce skb_reset_transport_header(skb) |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [IP]: Introduce ip_hdrlen() |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce skb_set_network_header |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce skb_network_header() |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce skb_network_offset() |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF] ipv6: More skb_reset_network_header conversio... |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Use skb_reset_network_header in skb_push... |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce skb_reset_network_header(skb) |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [IPV6]: Use skb->nh.ipv6h instead of casting skb->nh.raw |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce skb_mac_header() |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF] xfrm: Use skb_set_mac_header in the memmove... |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce skb_reset_mac_header(skb) |
tree | commitdiff |
2007-04-26 |
YOSHIFUJI Hideaki | [IPV6]: Ensure to truncate result and return full lengt... |
tree | commitdiff |
2007-04-26 |
YOSHIFUJI Hideaki | [IPV6]: Return correct result for sticky options. |
tree | commitdiff |
2007-04-26 |
Stephen Hemminger | [UDP]: ipv6 style cleanup |
tree | commitdiff |
2007-04-26 |
Eric Dumazet | [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps... |
tree | commitdiff |
2007-04-26 |
Herbert Xu | [UDP]: Clean up UDP-Lite receive checksum |
tree | commitdiff |
2007-04-26 |
Herbert Xu | [UDP6]: Restore sk_filter optimisation |
tree | commitdiff |
2007-04-26 |
YOSHIFUJI Hideaki | [IPV6] ADDRCONF: Fix possible inet6_ifaddr leakage... |
tree | commitdiff |
2007-04-26 |
Neil Horman | [IPV6] ADDRCONF: Optimistic Duplicate Address Detection... |
tree | commitdiff |
2007-04-26 |
Yasuyuki Kozakai | [IPV6] IP6TUNNEL: Enable to control the handled inner... |
tree | commitdiff |
2007-04-26 |
Yasuyuki Kozakai | [IPV6] IP6TUNNEL: Rename functions ip6ip6_* to ip6_tnl_*. |
tree | commitdiff |
2007-04-26 |
Yasuyuki Kozakai | [IPV6] IP6TUNNEL: Add support to IPv4 over IPv6 tunnel. |
tree | commitdiff |
2007-04-26 |
Yasuyuki Kozakai | [IPV6] IP6TUNNEL: Split out generic routine in ip6ip6_x... |
tree | commitdiff |
2007-04-26 |
Yasuyuki Kozakai | [IPV6] IP6TUNNEL: Split out generic routine in ip6ip6_r... |
tree | commitdiff |
2007-04-26 |
Yasuyuki Kozakai | [IPV6] IP6TUNNEL: Split out generic routine in ip6ip6_e... |
tree | commitdiff |
2007-04-26 |
YOSHIFUJI Hideaki | [IPV6]: Decentralize EXPORT_SYMBOLs. |
tree | commitdiff |
2007-04-26 |
Eric Dumazet | [NET]: convert network timestamps to ktime_t |
tree | commitdiff |
2007-04-26 |
James Morris | [NET]: Convert xtime.tv_sec to get_seconds() |
tree | commitdiff |
2007-04-25 |
Linus Torvalds | Merge /pub/scm/linux/kernel/git/davem/sparc-2.6 |
tree | commitdiff |
2007-04-25 |
YOSHIFUJI Hideaki | IPv6: fix Routing Header Type 0 handling thinko |
tree | commitdiff |
2007-04-25 |
Linus Torvalds | Merge /pub/scm/linux/kernel/git/davem/net-2.6 |
tree | commitdiff |
2007-04-24 |
YOSHIFUJI Hideaki | [IPV6]: Disallow RH0 by default. |
tree | commitdiff |
2007-04-23 |
Paul Mackerras | Merge branch 'kconfig' of /linux/kernel/git/galak/power... |
tree | commitdiff |
2007-04-16 |
Linus Torvalds | Merge master.kernel.org:/home/rmk/linux-2.6-arm |
tree | commitdiff |
2007-04-15 |
Linus Torvalds | Merge /linux/kernel/git/jejb/scsi-rc-fixes-2.6 |
tree | commitdiff |
2007-04-14 |
Linus Torvalds | Merge /pub/scm/linux/kernel/git/davem/sparc-2.6 |
tree | commitdiff |
next |