Commit Graph

89208 Commits (49ea85961cf8b60b5387cc1c1bc06fe4b6a31ee4)
 

Author SHA1 Message Date
Gerrit Renker f5572855ec [SKB]: __skb_queue_tail = __skb_insert before 17 years ago
Gerrit Renker 7de6c03336 [SKB]: __skb_append = __skb_queue_after 17 years ago
Gerrit Renker bf29927588 [SKB]: __skb_queue_after(prev) = __skb_insert(prev, prev->next) 17 years ago
Gerrit Renker f525c06d12 [SKB]: __skb_dequeue = skb_peek + __skb_unlink 17 years ago
Rami Rosen 0912ea38de [IPV6] MROUTE: Add stats in multicast routing module method ip6_mr_forward(). 17 years ago
YOSHIFUJI Hideaki 9625ed72e8 [IPV6] ADDRCONF: Don't generate temporary address for ip6-ip6 interface. 17 years ago
YOSHIFUJI Hideaki b077d7abab [IPV6] ADDRCONF: Ensure disabling multicast RS even if privacy extensions are disabled. 17 years ago
YOSHIFUJI Hideaki e9df2e8fd8 [IPV6]: Use appropriate sock tclass setting for routing lookup. 17 years ago
YOSHIFUJI Hideaki 7cd636fe9c [IPV6]: IPv6 extension header structures need to be packed. 17 years ago
Jan Engelhardt 0b18542b7f [NET]: Sink IPv6 menuoptions into its own submenu 17 years ago
YOSHIFUJI Hideaki e7712f1a7c [IPV6]: Share common code-paths for sticky socket options. 17 years ago
YOSHIFUJI Hideaki cee8947338 [IPV6] MROUTE: Do not call ipv6_find_idev() directly. 17 years ago
David S. Miller b45e9189c0 [IPV6]: Fix ipv6 address fetching in raw6_icmp_error(). 17 years ago
Patrick McHardy 2ed9926e16 [NET]: Return more appropriate error from eth_validate_addr(). 17 years ago
Paul Bolle d2dcba612b [ISDN]: Do not validate ISDN net device address prior to interface-up 17 years ago
Pavel Emelyanov 671a1c7401 [NETNS][DCCPV6]: Make per-net socket lookup. 17 years ago
Pavel Emelyanov 334527d351 [NETNS][DCCPV6]: Actually create ctl socket on each net and use it. 17 years ago
Pavel Emelyanov 0204774191 [NETNS][DCCPV6]: Move the dccp_v6_ctl_sk on the struct net. 17 years ago
Pavel Emelyanov 8231bd270d [NETNS][DCCPV6]: Add dummy per-net operations. 17 years ago
Pavel Emelyanov 68d185980f [NETNS][DCCPV6]: Don't pass NULL to ip6_dst_lookup. 17 years ago
Pavel Emelyanov fc5f8580d3 [NETNS][DCCPV4]: Enable DCCPv4 in net namespaces. 17 years ago
Pavel Emelyanov b9901a84c9 [NETNS][DCCPV4]: Make per-net socket lookup. 17 years ago
Pavel Emelyanov f54873982c [NETNS][DCCPV4]: Use proper net to route the reset packet. 17 years ago
Pavel Emelyanov b76c4b27fe [NETNS][DCCPV4]: Actually create ctl socket on each net and use it. 17 years ago
Pavel Emelyanov 7b1cffa8c9 [NETNS][DCCPV4]: Move the dccp_v4_ctl_sk on the struct net. 17 years ago
Pavel Emelyanov 72a2d61382 [NETNS][DCCPV4]: Add dummy per-net operations. 17 years ago
Pavel Emelyanov 67019cc9ee [NETNS]: Add an empty netns_dccp structure on struct net. 17 years ago
Denis V. Lunev 5f4472c5a6 [TCP]: Remove owner from tcp_seq_afinfo. 17 years ago
Denis V. Lunev 68fcadd16c [TCP]: Place file operations directly into tcp_seq_afinfo. 17 years ago
Denis V. Lunev 52d6f3f11b [TCP]: Cleanup /proc/tcp[6] creation/removal. 17 years ago
Denis V. Lunev 9427c4b36b [TCP]: Move seq_ops from tcp_iter_state to tcp_seq_afinfo. 17 years ago
Denis V. Lunev 1abf4fb20d [TCP]: No need to check afinfo != NULL in tcp_proc_(un)register. 17 years ago
Denis V. Lunev a4146b1b2c [TCP]: Replace struct net on tcp_iter_state with seq_net_private. 17 years ago
Denys Vlasenko 2cf83afe90 [ATM] drivers/atm/horizon.c: stop inlining largish static functions 17 years ago
Ben Hutchings 4c821d753d [NET]: Fix kernel-doc for skb_segment 17 years ago
Gerrit Renker ac6f781920 [INET]: sk_reuse is valbool 17 years ago
Eric Dumazet f37f0afb29 [SOCK] sk_stamp: should be initialized to ktime_set(-1L, 0) 17 years ago
Allan Stephens 3654ea02f2 [TIPC]: Improve socket time conversions 17 years ago
Allan Stephens 9673693284 [TIPC]: Remove redundant socket wait queue initialization 17 years ago
David S. Miller 6fb9114e4b Merge branch 'net-2.6.26-misc-20080412b' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-dev 17 years ago
Paul Moore 03e1ad7b5d LSM: Make the Labeled IPsec hooks more stack friendly 17 years ago
Paul Moore 00447872a6 NetLabel: Allow passing the LSM domain as a shared pointer 17 years ago
Joe Perches b9f3124f08 [AF_UNIX]: Use SEQ_START_TOKEN 17 years ago
Vlad Yasevich 1a4187963e MAINTAINERS: New sctp mailing list 17 years ago
Gui Jianfeng 765ff02e89 [SCTP]: Remove an unused parameter from sctp_cmd_hb_timer_update 17 years ago
Robert P. J. Day 9dbc15f055 [SCTP]: "list_for_each()" -> "list_for_each_entry()" where appropriate. 17 years ago
Neil Horman 30e9356007 [SCTP]: Correct /proc/net/assocs formatting error 17 years ago
Rusty Russell e01bf1c833 net: check for underlength tap writes 17 years ago
Rusty Russell 14daa02139 net: make struct tun_struct private to tun.c 17 years ago
Pavel Emelyanov a40a7d15ba [SCTP]: IPv4 vs IPv6 addresses mess in sctp_inet[6]addr_event. 17 years ago