aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-18net/ipv4: VTI support new module for ip_vti.Saurabh3-0/+968
2012-07-18net/ipv4: VTI support rx-path hook in xfrm4_mode_tunnel.Saurabh1-0/+68
2012-07-18tcp: refine SYN handling in tcp_validate_incomingEric Dumazet1-1/+5
2012-07-18ipv6: fix inet6_csk_xmit()Eric Dumazet1-19/+21
2012-07-17ipv4: fix rcu splatEric Dumazet3-10/+11
2012-07-17ipv4: Fix nexthop exception hash computation.David S. Miller1-4/+12
2012-07-17Merge branch 'nexthop_exceptions'David S. Miller23-176/+418
2012-07-17netpoll: move np->dev and np->dev_name init into __netpoll_setup()Jiri Pirko3-13/+7
2012-07-17ipv4: Add FIB nexthop exceptions.David S. Miller2-31/+248
2012-07-17tcp: implement RFC 5961 4.2Eric Dumazet2-18/+16
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller19-46/+66
2012-07-17tcp: implement RFC 5961 3.2Eric Dumazet3-1/+38
2012-07-17ipv6: fix unappropriate errno returned for non-multicast addressLi Wei1-0/+3
2012-07-16irda: Fix typo in irdaMasanari Iida2-2/+2
2012-07-16sctp: fix sparse warning for sctp_init_cause_fixedIoan Orghici1-1/+1
2012-07-16netem: refine early skb orphaningEric Dumazet1-1/+8
2012-07-16bridge: Fix enforcement of multicast hash_max limitThomas Graf1-4/+5
2012-07-16ipv6: fix RTPROT_RA markup of RA routes w/nexthopsDenis Ovsienko1-4/+6
2012-07-166lowpan: Change byte order when storing/accessing to len fieldTony Cheneau1-8/+12
2012-07-166lowpan: Change byte order when storing/accessing u16 tagTony Cheneau1-3/+3
2012-07-166lowpan: Fix null pointer dereference in UDP uncompression functionTony Cheneau1-0/+3
2012-07-16Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxDavid S. Miller24-1124/+437
2012-07-16net: make sock diag per-namespaceAndrey Vagin4-17/+50
2012-07-16tcp: add OFO snmp countersEric Dumazet2-2/+8
2012-07-16sctp: Adjust PMTU updates to accomodate route invalidation.David S. Miller5-10/+18
2012-07-16ipv6: Add helper inet6_csk_update_pmtu().David S. Miller3-78/+43
2012-07-16ipv4: Add helper inet_csk_update_pmtu().David S. Miller3-18/+50
2012-07-14xfrm: Initialize the struct xfrm_dst behind the dst_enty fieldSteffen Klassert1-2/+3
2012-07-14ipv6: Initialize the struct rt6_info behind the dst_enty fieldSteffen Klassert1-5/+6
2012-07-13Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller34-480/+1138
2012-07-13tipc: remove print_buf and deprecated log buffer codeErik Hugne7-333/+2
2012-07-13tipc: phase out most of the struct print_buf usageErik Hugne10-222/+213
2012-07-13tipc: simplify print buffer handling in tipc_printfErik Hugne1-42/+10
2012-07-13tipc: simplify link_print by divorcing it from using tipc_printfPaul Gortmaker1-17/+7
2012-07-13tipc: remove TIPC packet debugging functions and macrosErik Hugne4-312/+0
2012-07-13tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne18-174/+177
2012-07-13ipv4: Don't store a rule pointer in fib_result.David S. Miller3-21/+8
2012-07-13tcp: add LAST_ACK as a valid state for TSQEric Dumazet1-2/+2
2012-07-13net: Update alloc frag to reduce get/put page usage and recycle pagesAlexander Duyck1-8/+20
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville34-480/+1138
2012-07-12ipv4: Remove tb_peers from fib_table.David S. Miller1-3/+0
2012-07-12Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller1-57/+33
2012-07-12ipv4: Put proper checks into icmp_socket_deliver().David S. Miller1-6/+6
2012-07-12net: sched: add ipset ematchFlorian Westphal3-0/+146
2012-07-126lowpan: rework fragment-deleting routinealex.bluesman.smirnov@gmail.com1-19/+20
2012-07-126lowpan: fix tag variable sizealex.bluesman.smirnov@gmail.com1-1/+1
2012-07-12mac802154: sparse warnings: make symbols staticalex.bluesman.smirnov@gmail.com2-2/+2
2012-07-126lowpan: get extra headroom in allocated framealex.bluesman.smirnov@gmail.com1-2/+2
2012-07-12mac802154: add get short address methodalex.bluesman.smirnov@gmail.com3-0/+17
2012-07-126lowpan: revert: add missing spin_lock_init()alex.bluesman.smirnov@gmail.com1-3/+1