aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-07-17tcp: implement RFC 5961 3.2Eric Dumazet
2012-07-17ipv6: fix unappropriate errno returned for non-multicast addressLi Wei
2012-07-16irda: Fix typo in irdaMasanari Iida
2012-07-16sctp: fix sparse warning for sctp_init_cause_fixedIoan Orghici
2012-07-16netem: refine early skb orphaningEric Dumazet
2012-07-16bridge: Fix enforcement of multicast hash_max limitThomas Graf
2012-07-16ipv6: fix RTPROT_RA markup of RA routes w/nexthopsDenis Ovsienko
2012-07-166lowpan: Change byte order when storing/accessing to len fieldTony Cheneau
2012-07-166lowpan: Change byte order when storing/accessing u16 tagTony Cheneau
2012-07-166lowpan: Fix null pointer dereference in UDP uncompression functionTony Cheneau
2012-07-16Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller
2012-07-16net: make sock diag per-namespaceAndrey Vagin
2012-07-16tcp: add OFO snmp countersEric Dumazet
2012-07-14xfrm: Initialize the struct xfrm_dst behind the dst_enty fieldSteffen Klassert
2012-07-14ipv6: Initialize the struct rt6_info behind the dst_enty fieldSteffen Klassert
2012-07-13Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2012-07-13tipc: remove print_buf and deprecated log buffer codeErik Hugne
2012-07-13tipc: phase out most of the struct print_buf usageErik Hugne
2012-07-13tipc: simplify print buffer handling in tipc_printfErik Hugne
2012-07-13tipc: simplify link_print by divorcing it from using tipc_printfPaul Gortmaker
2012-07-13tipc: remove TIPC packet debugging functions and macrosErik Hugne
2012-07-13tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne
2012-07-13ipv4: Don't store a rule pointer in fib_result.David S. Miller
2012-07-13tcp: add LAST_ACK as a valid state for TSQEric Dumazet
2012-07-13net: Update alloc frag to reduce get/put page usage and recycle pagesAlexander Duyck
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-07-12ipv4: Remove tb_peers from fib_table.David S. Miller
2012-07-12Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller
2012-07-12ipv4: Put proper checks into icmp_socket_deliver().David S. Miller
2012-07-12net: sched: add ipset ematchFlorian Westphal
2012-07-126lowpan: rework fragment-deleting routinealex.bluesman.smirnov@gmail.com
2012-07-126lowpan: fix tag variable sizealex.bluesman.smirnov@gmail.com
2012-07-12mac802154: sparse warnings: make symbols staticalex.bluesman.smirnov@gmail.com
2012-07-126lowpan: get extra headroom in allocated framealex.bluesman.smirnov@gmail.com
2012-07-12mac802154: add get short address methodalex.bluesman.smirnov@gmail.com
2012-07-126lowpan: revert: add missing spin_lock_init()alex.bluesman.smirnov@gmail.com
2012-07-12ipv4: Fix warnings in ip_do_redirect() for some configurations.David S. Miller
2012-07-12tipc: limit error messages relating to memory leak to one linePaul Gortmaker
2012-07-12tipc: factor stats struct out of the larger link structPaul Gortmaker
2012-07-12net: Remove checks for dst_ops->redirect being NULL.David S. Miller
2012-07-12net: Add dummy dst_ops->redirect method where needed.David S. Miller
2012-07-12ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect().David S. Miller
2012-07-12ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller
2012-07-12ipv6: Add ip6_redirect() and ip6_sk_redirect() helper functions.David S. Miller
2012-07-12ipv6: Pull main logic of rt6_redirect() into rt6_do_redirect().David S. Miller
2012-07-11ipv6: Move bulk of redirect handling into rt6_redirect().David S. Miller
2012-07-11ipv6: Export ndisc option parsing from ndisc.cDavid S. Miller
2012-07-11ipv4: Kill ip_rt_redirect().David S. Miller
2012-07-11ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller
2012-07-11ipv4: Add ipv4_redirect() and ipv4_sk_redirect() helper functions.David S. Miller