summaryrefslogtreecommitdiffstats
path: root/net/ipv4/af_inet.c
Commit message (Expand)AuthorAgeFilesLines
* net: reserve ports for applications using fixed port numbersAmerigo Wang2010-05-161-1/+7
* net: Make RFS socket operations not be inet specific.David S. Miller2010-04-281-4/+4
* net: Fix various endianness glitchesEric Dumazet2010-04-211-4/+4
* net: sk_sleep() helperEric Dumazet2010-04-211-3/+3
* rfs: Receive Flow SteeringTom Herbert2010-04-171-4/+25
* net: sk_dst_cache RCUificationEric Dumazet2010-04-131-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-04-061-0/+5
| |\
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-071-0/+5
|\ \ \ | | |/ | |/|
| * | net: check the length of the socket address passed to connect(2)Changli Gao2010-04-021-0/+5
| |/
* / net: snmp mib cleanupEric Dumazet2010-03-221-2/+2
|/
* percpu: add __percpu sparse annotations to netTejun Heo2010-02-171-23/+23
* net: check kern before calling security subsystemEric Paris2009-11-061-1/+1
* net: pass kern to net_proto_family create functionEric Paris2009-11-061-1/+2
* net: drop capability from protocol definitionsEric Paris2009-11-061-4/+1Star
* net,socket: introduce DECLARE_SOCKADDR helper to catch overflow at build timeCyrill Gorcunov2009-10-291-1/+1
* inet: rename some inet_sock fieldsEric Dumazet2009-10-191-31/+31
* net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1
* net: Use sk_mark for routing lookup in more placesAtis Elsts2009-10-021-0/+1
* net: constify struct net_protocolAlexey Dobriyan2009-09-151-9/+9
* ipv4: af_inet.c cleanupsEric Dumazet2009-08-291-57/+55Star
* udpv4: Handle large incoming UDP/IPv4 packets and support software UFO.Sridhar Samudrala2009-07-121-1/+11
* ipv4: remove ip_mc_drop_socket() declaration from af_inet.c.Rami Rosen2009-06-041-1/+0Star
* ipv4: New multicast-all socket optionNivedita Singhvi2009-06-021-0/+1
* ipv4: Use 32-bit loads for ID and length in GROHerbert Xu2009-05-271-4/+4
* gro: Avoid unnecessary comparison after skb_gro_headerHerbert Xu2009-05-271-3/+10
* [PATCH] net: remove superfluous call to synchronize_net()Eric Dumazet2009-04-171-2/+0Star
* Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-2/+2
|\
| * alloc_percpu: add align argument to __alloc_percpu.Rusty Russell2009-02-201-2/+2
* | net: convert usage of packet_type to read_mostlyStephen Hemminger2009-03-101-1/+1
* | gro: Optimise IPv4 packet receptionHerbert Xu2009-02-091-6/+7
* | ipv4: Delete redundant sk_family assignmentHerbert Xu2009-02-021-1/+0Star
* | net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-1/+1
* | gro: Avoid copying headers of unmerged packetsHerbert Xu2009-01-301-5/+5
|/
* netns: igmp: allow IPPROTO_IGMP sockets in netnsAlexey Dobriyan2008-12-261-0/+1
* tcp: Add GRO supportHerbert Xu2008-12-161-0/+2
* ipv4: Add GRO infrastructureHerbert Xu2008-12-161-0/+97
* net: some optimizations in af_inetEric Dumazet2008-11-241-5/+4Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-211-0/+1
|\
| * TPROXY: supply a struct flowi->flags argument in inet_sk_rebuild_header()Balazs Scheidler2008-11-201-0/+1
* | net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison2008-10-311-5/+2Star
|/
* ipv4: Allow binding to non-local addresses if IP_TRANSPARENT is setTóth László Attila2008-10-011-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-07-271-0/+4
|\
| * [PATCH] sysctl: make sure that /proc/sys/net/ipv4 appears before per-ns onesAl Viro2008-07-271-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-271-7/+7
|\ \ | |/ |/|
| * net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-261-7/+7
* | list_for_each_rcu must die: networkingPaul E. McKenney2008-07-251-6/+3Star
|/
* ipv4: clean the init_ipv4_mibs error pathsPavel Emelyanov2008-07-181-7/+1Star
* mib: put icmpmsg statistics on struct netPavel Emelyanov2008-07-181-6/+6