summaryrefslogtreecommitdiffstats
path: root/net/ipv4/af_inet.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-04-061-0/+5
|\
| * net: check the length of the socket address passed to connect(2)Changli Gao2010-04-011-0/+5
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* percpu: add __percpu sparse annotations to netTejun Heo2010-02-161-23/+23
* net: check kern before calling security subsystemEric Paris2009-11-051-1/+1
* net: pass kern to net_proto_family create functionEric Paris2009-11-051-1/+2
* net: drop capability from protocol definitionsEric Paris2009-11-051-4/+1
* 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-181-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-011-0/+1
* net: constify struct net_protocolAlexey Dobriyan2009-09-141-9/+9
* ipv4: af_inet.c cleanupsEric Dumazet2009-08-281-57/+55
* 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-031-1/+0
* 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/+0
* 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-081-6/+7
* | ipv4: Delete redundant sk_family assignmentHerbert Xu2009-02-011-1/+0
* | net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-1/+1
* | gro: Avoid copying headers of unmerged packetsHerbert Xu2009-01-291-5/+5
|/
* netns: igmp: allow IPPROTO_IGMP sockets in netnsAlexey Dobriyan2008-12-251-0/+1
* tcp: Add GRO supportHerbert Xu2008-12-151-0/+2
* ipv4: Add GRO infrastructureHerbert Xu2008-12-151-0/+97
* net: some optimizations in af_inetEric Dumazet2008-11-231-5/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-201-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/+2
|/
* 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-261-0/+4
|\
| * [PATCH] sysctl: make sure that /proc/sys/net/ipv4 appears before per-ns onesAl Viro2008-07-261-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-261-7/+7
|\ \ | |/ |/|
| * net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-251-7/+7
* | list_for_each_rcu must die: networkingPaul E. McKenney2008-07-251-6/+3
|/
* ipv4: clean the init_ipv4_mibs error pathsPavel Emelyanov2008-07-181-7/+1
* mib: put icmpmsg statistics on struct netPavel Emelyanov2008-07-181-6/+6
* mib: put icmp statistics on struct netPavel Emelyanov2008-07-181-5/+6
* mib: put udplite statistics on struct netPavel Emelyanov2008-07-181-5/+6
* mib: put udp statistics on struct netPavel Emelyanov2008-07-181-5/+6
* mib: put net statistics on struct netPavel Emelyanov2008-07-181-8/+6
* mib: put ip statistics on struct netPavel Emelyanov2008-07-181-5/+6
* mib: put tcp statistics on struct netPavel Emelyanov2008-07-181-7/+9
* ipv4: add pernet mib operationsPavel Emelyanov2008-07-181-0/+20
* tcp: add net to tcp_mib_initPavel Emelyanov2008-07-161-1/+1
* ipv4: Do cleanup for ip_mr_initWang Chen2008-07-031-2/+3
OpenPOWER on IntegriCloud