aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2007-04-25[NET] rules: Use rtnl registration interfaceThomas Graf
2007-04-25[NEIGH]: Use rtnl registration interfaceThomas Graf
2007-04-25[NET] link: Use rtnl registration interfaceThomas Graf
2007-04-25[RTNL]: Message handler registration interfaceThomas Graf
2007-04-25[NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Remove skb_add_mtu() leftoversArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Adjust the zeroing up to tail in __alloc_skb tooArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit archi...Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_network_header_lenArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Some more layer header conversionsArnaldo Carvalho de Melo
2007-04-25[NETFILTER]: nf_conntrack: add __nf_copy() to copy members in skbYasuyuki Kozakai
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce udp_hdr(), remove skb->h.uhArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arphArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo
2007-04-25[NET]: show bound packet typesStephen Hemminger
2007-04-25[NET]: make seq_operations constStephen Hemminger
2007-04-25[NET]: network dev read_mostlyStephen Hemminger
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_network_offset()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Use skb_reset_network_header in skb_push casesArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo
2007-04-25[NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS supportEric Dumazet
2007-04-25[NET]: New sysctls should use __read_mostly tagsEric Dumazet
2007-04-25[NET]: deinline some functionsStephen Hemminger
2007-04-25[WIRELESS]: use ARRAY_SIZE()Stephen Hemminger
2007-04-25[NET] core: whitespace cleanupStephen Hemminger
2007-04-25[NET]: Replace CONFIG_NET_DEBUG with sysctl.Stephen Hemminger
2007-04-25[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet
2007-04-25[NET] CORE: Use htons() where appropriate.YOSHIFUJI Hideaki
2007-04-25[UDP]: Clean up UDP-Lite receive checksumHerbert Xu
2007-04-25[NET]: convert network timestamps to ktime_tEric Dumazet
2007-04-25[PKTGEN]: fix device name handlingStephen Hemminger
2007-04-25[PKTGEN]: don't use __constant_htonl()Stephen Hemminger
2007-04-25[PKTGEN]: use random32Stephen Hemminger
2007-04-25[PKTGEN]: use pr_debugStephen Hemminger
2007-04-25[NET]: Keep sk_backlog near sk_lockEric Dumazet
2007-04-17[NET]: Set a separate lockdep class for neighbour table's proxy_queuePavel Emelianov
2007-04-17[NET]: Fix UDP checksum issue in net poll mode.Aubrey.Li
2007-04-17[NET]: Get rid of alloc_skb_from_cacheHerbert Xu
2007-04-12[PKTGEN]: Add try_to_freeze()Andrew Morton
2007-04-04[PATCH] net: Ignore sysfs network device rename bugs.Eric W. Biederman