Commit Graph

126 Commits (0938393f02c5a4db75a6e38ee31645c974169bb5)

Author SHA1 Message Date
Eric Dumazet c720c7e838 inet: rename some inet_sock fields 16 years ago
Atis Elsts 914a9ab386 net: Use sk_mark for routing lookup in more places 16 years ago
Eric Dumazet 6ce9e7b5fe ip: Report qdisc packet drops 16 years ago
Julien TINNES 788d908f28 ipv4: make ip_append_data() handle NULL routing table 16 years ago
Eric Dumazet e51a67a9c8 net: ip_push_pending_frames() fix 16 years ago
Eric Dumazet 2b85a34e91 net: No more expensive sock_hold()/sock_put() on each tx 16 years ago
David S. Miller d7fcf1a5ca ipv4: Use frag list abstraction interfaces. 16 years ago
Eric Dumazet adf30907d6 net: skb->dst accessors 16 years ago
Eric Dumazet 511c3f92ad net: skb->rtable accessor 16 years ago
Neil Horman edf391ff17 snmp: add missing counters for RFC 4293 16 years ago
Patrick Ohly 51f31cabe3 ip: support for TX timestamps on UDP and RAW sockets 16 years ago
Eric Dumazet a21bba9454 net: avoid a pair of dst_hold()/dst_release() in ip_push_pending_frames() 16 years ago
Eric Dumazet 2e77d89b2f net: avoid a pair of dst_hold()/dst_release() in ip_append_data() 16 years ago
Jianjun Kong d9319100c1 net: clean up net/ipv4/ah4.c esp4.c fib_semantics.c inet_connection_sock.c inetpeer.c ip_output.c 17 years ago
KOVACS Krisztian 86b08d867d ipv4: Make Netfilter's ip_route_me_harder() non-local address compatible 17 years ago
Ilpo Järvinen 547b792cac net: convert BUG_TRAP to generic WARN_ON 17 years ago
Pavel Emelyanov 5e38e27044 mib: add net to IP_INC_STATS 17 years ago
Pavel Emelyanov 0388b00426 icmp: add struct net argument to icmp_out_count 17 years ago
Adrian Bunk 0b04082995 net: remove CVS keywords 17 years ago
Kostya B be9164e769 [IPv4] UFO: prevent generation of chained skb destined to UFO device 17 years ago
YOSHIFUJI Hideaki 3b1e0a655f [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki c8cdaf998d [IPV4,IPV6]: Share cork.rt between IPv4 and IPv6. 17 years ago
Denis V. Lunev cb84663e4d [NETNS]: Process IP layer in the context of the correct namespace. 17 years ago
Eric Dumazet ee6b967301 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts 17 years ago
Laszlo Attila Toth 4a19ec5800 [NET]: Introducing socket mark socket option. 17 years ago
Herbert Xu 29ffe1a5c5 [INET]: Prevent out-of-sync truesize on ip_fragment slow path 17 years ago
Denis V. Lunev dde1bc0e6f [NETNS]: Add namespace for ICMP replying code. 17 years ago
Denis V. Lunev f206351a50 [NETNS]: Add namespace parameter to ip_route_output_key. 17 years ago
Denis V. Lunev f1b050bf7a [NETNS]: Add namespace parameter to ip_route_output_flow. 17 years ago
Ilpo Järvinen a067d9ac39 [NET]: Remove obsolete comment 17 years ago
Patrick McHardy 6e23ae2a48 [NETFILTER]: Introduce NF_INET_ hook values 17 years ago
Herbert Xu c439cb2e4b [IPV4]: Add ip_local_out 17 years ago
Herbert Xu f945fa7ad9 [INET]: Fix truesize setting in ip_append_data 17 years ago
David S. Miller 1e34a11d55 [IPV4]: Add missing skb->truesize increment in ip_append_page(). 17 years ago
Pavel Emelyanov 429f08e950 [IPV4]: Consolidate the ip cork destruction in ip_output.c 18 years ago
Chuck Lever c2636b4d9e [NET]: Treat the sign of the result of skb_headroom() consistently 18 years ago
Patrick McHardy 861d048607 [IPV4]: Uninline netfilter okfns 18 years ago
Stephen Hemminger 3b04ddde02 [NET]: Move hardware header operations out of netdevice. 18 years ago
David L Stevens 96793b4825 [IPV4]: Add ICMPMsgStats MIB (RFC 4293) 18 years ago
Jesper Juhl f49f9967b2 [IPV4]: Clean up duplicate includes in net/ipv4/ 18 years ago
Jozsef Kadlecsik ba9dda3ab5 [NETFILTER]: x_tables: add TRACE target 18 years ago
Stephen Hemminger d212f87b06 [NET]: IPV6 checksum offloading in network devices 18 years ago
Patrick McHardy f0e48dbfc5 [TCP]: Honour sk_bound_dev_if in tcp_v4_send_ack 18 years ago
Mitsuru Chinen 80787ebc2b [IPV4] SNMP: Support OutMcastPkts and OutBcastPkts 18 years ago
John Heffner 628a5c5618 [INET]: Add IP(V6)_PMTUDISC_RPOBE 18 years ago
Arnaldo Carvalho de Melo d626f62b11 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} 18 years ago
Arnaldo Carvalho de Melo b0e380b1d8 [SK_BUFF]: unions of just one member don't get anything done, kill them 18 years ago
Arnaldo Carvalho de Melo cfe1fc7759 [SK_BUFF]: Introduce skb_network_header_len 18 years ago
Arnaldo Carvalho de Melo bff9b61ce3 [SK_BUFF]: Use the helpers to get the layer header pointer 18 years ago
Yasuyuki Kozakai e7ac05f340 [NETFILTER]: nf_conntrack: add nf_copy() to safely copy members in skb 18 years ago