summaryrefslogtreecommitdiff
path: root/include/net/ip.h
AgeCommit message (Expand)Author
2011-07-05ipv4: Add ip_defrag() agent IP_DEFRAG_AF_PACKET.David S. Miller
2011-06-23net: Fix build failures due to ip_is_fragment()David S. Miller
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker
2011-06-08inetpeer: remove unused listEric Dumazet
2011-05-10ipv4: Pass explicit daddr arg to ip_send_reply().David S. Miller
2011-05-08ipv4: Pass flow key down into ip_append_*().David S. Miller
2011-05-08ipv4: Pass flow keys down into datagram packet building engine.David S. Miller
2011-05-08inet: Pass flowi to ->queue_xmit().David S. Miller
2011-05-06inet: Decrease overhead of on-stack inet_cork.David S. Miller
2011-04-28inet: add RCU protection to inet->optEric Dumazet
2011-03-30net: gre: provide multicast mappings for ipv4 and ipv6Timo Teräs
2011-03-01inet: Add ip_make_skb and ip_finish_skbHerbert Xu
2010-12-12ipv4: Don't pre-seed hoplimit metric.David S. Miller
2010-10-25ipv4: add __rcu annotations to ip_ra_chainEric Dumazet
2010-09-23net: return operator cleanupEric Dumazet
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp
2010-06-30snmp: 64bit ipstats_mib for all archesEric Dumazet
2010-06-25snmp: add align parameter to snmp_mib_init()Eric Dumazet
2010-06-10ip: ip_ra_control() rcu fixEric Dumazet
2010-06-07ip: Router Alert RCU conversionEric Dumazet
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan
2010-05-15net: reserve ports for applications using fixed port numbersAmerigo Wang
2010-04-28net: ip_queue_rcv_skb() helperEric Dumazet
2010-04-15net: replace ipfragok with skb->local_dfShan Wei
2010-02-16percpu: add __percpu sparse annotations to netTejun Heo
2010-02-15netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy
2010-01-13net: fix build erros with CONFIG_BUG=n, CONFIG_GENERIC_BUG=nOctavian Purdila
2010-01-06ip: fix mc_loop checks for tunnels with multicast outer addressesOctavian Purdila
2009-12-15netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy
2009-11-04net: cleanup include/netEric Dumazet
2009-10-18inet: rename some inet_sock fieldsEric Dumazet
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-04-27snmp: add missing counters for RFC 4293Neil Horman
2009-02-15ip: support for TX timestamps on UDP and RAW socketsPatrick Ohly
2008-11-25netns xfrm: per-netns sysctlsAlexey Dobriyan
2008-11-24net: avoid a pair of dst_hold()/dst_release() in ip_append_data()Eric Dumazet
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan
2008-10-08inet: cleanup of local_port_rangeEric Dumazet
2008-10-01ipv4: Make Netfilter's ip_route_me_harder() non-local address compatibleKOVACS Krisztian
2008-10-01tcp: Handle TCP SYN+ACK/ACK/RST transparencyKOVACS Krisztian
2008-07-26[PATCH] sysctl: make sure that /proc/sys/net/ipv4 appears before per-ns onesAl Viro
2008-07-18mib: put net statistics on struct netPavel Emelyanov
2008-07-18mib: put ip statistics on struct netPavel Emelyanov
2008-07-16mib: add net to NET_ADD_STATS_USERPavel Emelyanov
2008-07-16mib: add net to NET_ADD_STATS_BHPavel Emelyanov
2008-07-16mib: add net to NET_INC_STATS_USERPavel Emelyanov
2008-07-16mib: add net to NET_INC_STATS_BHPavel Emelyanov
2008-07-16mib: add net to NET_INC_STATSPavel Emelyanov
2008-07-16mib: add net to IP_ADD_STATS_BHPavel Emelyanov