summaryrefslogtreecommitdiff
path: root/include/net/ip.h
AgeCommit message (Expand)AuthorFilesLines
2012-06-28ipv4: Show that ip_send_reply() is purely unicast routine.David S. Miller1-2/+3
2012-06-23ipv4: Add sysctl knob to control early socket demuxAlexander Duyck1-0/+3
2012-05-16net: delete all instances of special processing for token ringPaul Gortmaker1-17/+0
2012-04-21net: Delete all remaining instances of ctl_pathEric W. Biederman1-3/+0
2012-03-10ipv4: Make ip_call_ra_chain() return bool.David S. Miller1-1/+1
2011-12-12net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-3/+3
2011-11-10ipv4: PKTINFO doesnt need dst referenceEric Dumazet1-1/+1
2011-10-24ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAITEric Dumazet1-1/+2
2011-10-19macvlan: handle fragmented multicast framesEric Dumazet1-0/+9
2011-07-06ipv4: Add ip_defrag() agent IP_DEFRAG_AF_PACKET.David S. Miller1-1/+2
2011-06-24net: Fix build failures due to ip_is_fragment()David S. Miller1-5/+5
2011-06-22ip: introduce ip_is_fragment helper inline functionPaul Gortmaker1-0/+5
2011-06-09inetpeer: remove unused listEric Dumazet1-2/+0
2011-05-11ipv4: Pass explicit daddr arg to ip_send_reply().David S. Miller1-2/+2
2011-05-09ipv4: Pass flow key down into ip_append_*().David S. Miller1-2/+2
2011-05-09ipv4: Pass flow keys down into datagram packet building engine.David S. Miller1-3/+5
2011-05-09inet: Pass flowi to ->queue_xmit().David S. Miller1-1/+1
2011-05-07inet: Decrease overhead of on-stack inet_cork.David S. Miller1-1/+1
2011-04-29inet: add RCU protection to inet->optEric Dumazet1-5/+6
2011-03-30net: gre: provide multicast mappings for ipv4 and ipv6Timo Teräs1-0/+8
2011-03-01inet: Add ip_make_skb and ip_finish_skbHerbert Xu1-0/+16
2010-12-13ipv4: Don't pre-seed hoplimit metric.David S. Miller1-10/+0
2010-10-26ipv4: add __rcu annotations to ip_ra_chainEric Dumazet1-2/+2
2010-09-24net: return operator cleanupEric Dumazet1-2/+2
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp1-1/+1
2010-07-01snmp: 64bit ipstats_mib for all archesEric Dumazet1-6/+14
2010-06-26snmp: add align parameter to snmp_mib_init()Eric Dumazet1-1/+1
2010-06-11ip: ip_ra_control() rcu fixEric Dumazet1-1/+4
2010-06-08ip: Router Alert RCU conversionEric Dumazet1-1/+1
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan1-3/+3
2010-05-16net: reserve ports for applications using fixed port numbersAmerigo Wang1-0/+6
2010-04-29net: ip_queue_rcv_skb() helperEric Dumazet1-0/+1
2010-04-16net: replace ipfragok with skb->local_dfShan Wei1-1/+1
2010-02-17percpu: add __percpu sparse annotations to netTejun Heo1-3/+3
2010-02-15netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy1-0/+3
2010-01-14net: fix build erros with CONFIG_BUG=n, CONFIG_GENERIC_BUG=nOctavian Purdila1-1/+1
2010-01-07ip: fix mc_loop checks for tunnels with multicast outer addressesOctavian Purdila1-0/+16
2009-12-15netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy1-0/+1
2009-11-04net: cleanup include/netEric Dumazet1-10/+5
2009-10-19inet: rename some inet_sock fieldsEric Dumazet1-6/+6
2009-10-01net: Make setsockopt() optlen be unsigned.David S. Miller1-2/+2
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-1/+1
2009-04-27snmp: add missing counters for RFC 4293Neil Horman1-0/+3
2009-02-16ip: support for TX timestamps on UDP and RAW socketsPatrick Ohly1-0/+1
2008-11-26netns xfrm: per-netns sysctlsAlexey Dobriyan1-0/+1
2008-11-25net: avoid a pair of dst_hold()/dst_release() in ip_append_data()Eric Dumazet1-1/+1
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan1-1/+1
2008-10-09inet: cleanup of local_port_rangeEric Dumazet1-0/+4
2008-10-01ipv4: Make Netfilter's ip_route_me_harder() non-local address compatibleKOVACS Krisztian1-0/+6
2008-10-01tcp: Handle TCP SYN+ACK/ACK/RST transparencyKOVACS Krisztian1-0/+3