aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-21ipv4: Add a socket release callback for datagram socketsSteffen Klassert1-0/+2
2012-08-26ipv4: fix path MTU discovery with connection trackingPatrick McHardy1-0/+2
2012-08-10ipv4: fix ip_send_skb()Eric Dumazet1-1/+1
2012-07-19ipv4: tcp: remove per net tcp_sockEric Dumazet1-1/+1
2012-06-28ipv4: Show that ip_send_reply() is purely unicast routine.David S. Miller1-2/+3
2012-06-22ipv4: Add sysctl knob to control early socket demuxAlexander Duyck1-0/+3
2012-05-15net: delete all instances of special processing for token ringPaul Gortmaker1-17/+0
2012-04-20net: Delete all remaining instances of ctl_pathEric W. Biederman1-3/+0
2012-03-09ipv4: Make ip_call_ra_chain() return bool.David S. Miller1-1/+1
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-3/+3
2011-11-09ipv4: 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-18macvlan: handle fragmented multicast framesEric Dumazet1-0/+9
2011-07-05ipv4: Add ip_defrag() agent IP_DEFRAG_AF_PACKET.David S. Miller1-1/+2
2011-06-23net: Fix build failures due to ip_is_fragment()David S. Miller1-5/+5
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker1-0/+5
2011-06-08inetpeer: remove unused listEric Dumazet1-2/+0
2011-05-10ipv4: Pass explicit daddr arg to ip_send_reply().David S. Miller1-2/+2
2011-05-08ipv4: Pass flow key down into ip_append_*().David S. Miller1-2/+2
2011-05-08ipv4: Pass flow keys down into datagram packet building engine.David S. Miller1-3/+5
2011-05-08inet: Pass flowi to ->queue_xmit().David S. Miller1-1/+1
2011-05-06inet: Decrease overhead of on-stack inet_cork.David S. Miller1-1/+1
2011-04-28inet: 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-12ipv4: Don't pre-seed hoplimit metric.David S. Miller1-10/+0
2010-10-25ipv4: add __rcu annotations to ip_ra_chainEric Dumazet1-2/+2
2010-09-23net: return operator cleanupEric Dumazet1-2/+2
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp1-1/+1
2010-06-30snmp: 64bit ipstats_mib for all archesEric Dumazet1-6/+14
2010-06-25snmp: add align parameter to snmp_mib_init()Eric Dumazet1-1/+1
2010-06-10ip: ip_ra_control() rcu fixEric Dumazet1-1/+4
2010-06-07ip: Router Alert RCU conversionEric Dumazet1-1/+1
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MINAlexey Dobriyan1-3/+3
2010-05-15net: reserve ports for applications using fixed port numbersAmerigo Wang1-0/+6
2010-04-28net: ip_queue_rcv_skb() helperEric Dumazet1-0/+1
2010-04-15net: replace ipfragok with skb->local_dfShan Wei1-1/+1
2010-02-16percpu: 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-13net: fix build erros with CONFIG_BUG=n, CONFIG_GENERIC_BUG=nOctavian Purdila1-1/+1
2010-01-06ip: 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-18inet: rename some inet_sock fieldsEric Dumazet1-6/+6
2009-09-30net: 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-15ip: support for TX timestamps on UDP and RAW socketsPatrick Ohly1-0/+1
2008-11-25netns xfrm: per-netns sysctlsAlexey Dobriyan1-0/+1
2008-11-24net: avoid a pair of dst_hold()/dst_release() in ip_append_data()Eric Dumazet1-1/+1