summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-1911-32/+83
|\
| * net: Statically initialize init_net.dev_base_headRustad, Mark D2012-07-182-2/+5
| * cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore2012-07-181-2/+4
| * Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2012-07-171-2/+3
| |\
| | * ipvs: fix oops in ip_vs_dst_event on rmmodJulian Anastasov2012-07-171-2/+3
| * | ax25: Fix missing breakAlan Cox2012-07-161-0/+1
| * | caif: Fix access to freed pernet memorySjur Brændeland2012-07-161-1/+1
| * | net: cgroup: fix access the unallocated memory in netprio cgroupGao feng2012-07-161-17/+54
| * | sctp: Fix list corruption resulting from freeing an association on a listNeil Horman2012-07-162-7/+12
| |/
| * net: respect GFP_DMA in __netdev_alloc_skb()Eric Dumazet2012-07-161-1/+1
| * sch_sfb: Fix missing NULL checkAlan Cox2012-07-121-0/+2
* | net-tcp: Fast Open client - cookie-less modeYuchung Cheng2012-07-192-3/+11
* | net-tcp: Fast Open client - detecting SYN-data dropsYuchung Cheng2012-07-193-6/+33
* | net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)Yuchung Cheng2012-07-193-10/+73
* | net-tcp: Fast Open client - receiving SYN-ACKYuchung Cheng2012-07-191-5/+35
* | net-tcp: Fast Open client - sending SYN-dataYuchung Cheng2012-07-193-11/+115
* | net-tcp: Fast Open client - cookie cacheYuchung Cheng2012-07-191-0/+51
* | net-tcp: Fast Open baseYuchung Cheng2012-07-1910-15/+68
* | ipx: move peII functionsstephen hemminger2012-07-193-5/+1
* | ipv4: tcp: remove per net tcp_sockEric Dumazet2012-07-192-23/+35
* | ipv4: use seqlock for nh_exceptionsJulian Anastasov2012-07-191-50/+68
* | ipv4: Fix time difference calculation in rt_bind_exception().David S. Miller2012-07-191-1/+1
* | ipv4: fix address selection in fib_compute_spec_dstJulian Anastasov2012-07-191-1/+2
* | ipv4: optimize fib_compute_spec_dst call in ip_options_echoJulian Anastasov2012-07-191-3/+2
* | ipv6: add ipv6_addr_hash() helperEric Dumazet2012-07-185-53/+30
* | skbuff: Use correct allocation in skb_copy_ubufsKrishna Kumar2012-07-181-5/+5
* | net/ipv4: VTI support new module for ip_vti.Saurabh2012-07-183-0/+968
* | net/ipv4: VTI support rx-path hook in xfrm4_mode_tunnel.Saurabh2012-07-181-0/+68
* | tcp: refine SYN handling in tcp_validate_incomingEric Dumazet2012-07-181-1/+5
* | ipv6: fix inet6_csk_xmit()Eric Dumazet2012-07-181-19/+21
* | ipv4: fix rcu splatEric Dumazet2012-07-173-10/+11
* | ipv4: Fix nexthop exception hash computation.David S. Miller2012-07-171-4/+12
* | Merge branch 'nexthop_exceptions'David S. Miller2012-07-1723-176/+418
|\ \
| * | ipv4: Add FIB nexthop exceptions.David S. Miller2012-07-172-31/+248
| * | net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-1719-46/+66
| * | sctp: Adjust PMTU updates to accomodate route invalidation.David S. Miller2012-07-165-10/+18
| * | ipv6: Add helper inet6_csk_update_pmtu().David S. Miller2012-07-163-78/+43
| * | ipv4: Add helper inet_csk_update_pmtu().David S. Miller2012-07-163-18/+50
* | | netpoll: move np->dev and np->dev_name init into __netpoll_setup()Jiri Pirko2012-07-173-13/+7
* | | tcp: implement RFC 5961 4.2Eric Dumazet2012-07-172-18/+16
* | | tcp: implement RFC 5961 3.2Eric Dumazet2012-07-173-1/+38
* | | ipv6: fix unappropriate errno returned for non-multicast addressLi Wei2012-07-171-0/+3
* | | irda: Fix typo in irdaMasanari Iida2012-07-162-2/+2
* | | sctp: fix sparse warning for sctp_init_cause_fixedIoan Orghici2012-07-161-1/+1
* | | netem: refine early skb orphaningEric Dumazet2012-07-161-1/+8
* | | bridge: Fix enforcement of multicast hash_max limitThomas Graf2012-07-161-4/+5
* | | ipv6: fix RTPROT_RA markup of RA routes w/nexthopsDenis Ovsienko2012-07-161-4/+6
* | | 6lowpan: Change byte order when storing/accessing to len fieldTony Cheneau2012-07-161-8/+12
* | | 6lowpan: Change byte order when storing/accessing u16 tagTony Cheneau2012-07-161-3/+3
* | | 6lowpan: Fix null pointer dereference in UDP uncompression functionTony Cheneau2012-07-161-0/+3