aboutsummaryrefslogtreecommitdiffstats
path: root/net (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-16net: make sock diag per-namespaceAndrey Vagin4-17/+50
2012-07-16lpc_eth: remove duplicated includeDuan Jiong1-1/+0
2012-07-16tcp: add OFO snmp countersEric Dumazet3-3/+12
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-13ipv4: Don't store a rule pointer in fib_result.David S. Miller4-30/+11
2012-07-13tcp: add LAST_ACK as a valid state for TSQEric Dumazet1-2/+2
2012-07-13tg3: add device id of Apple Thunderbolt Ethernet deviceGreg KH1-0/+1
2012-07-13net: Update alloc frag to reduce get/put page usage and recycle pagesAlexander Duyck1-8/+20
2012-07-12ipv4: Remove tb_peers from fib_table.David S. Miller2-4/+0
2012-07-12be2net: Enable RSS UDP hashing for Lancer and SkyhawkPadmanabh Ratnakar3-0/+12
2012-07-12be2net: Fix port name in message during driver loadPadmanabh Ratnakar3-2/+57
2012-07-12be2net: Fix cleanup path when EQ creation failsPadmanabh Ratnakar1-2/+3
2012-07-12be2net: Activate new FW after FW download for LancerPadmanabh Ratnakar5-78/+180
2012-07-12be2net: Fix initialization sequence for LancerPadmanabh Ratnakar3-68/+87
2012-07-12be2net : Fix die temperature stat for LancerPadmanabh Ratnakar3-7/+8
2012-07-12be2net: Fix error while toggling autoneg of pause parametersPadmanabh Ratnakar1-1/+1
2012-07-12team: make team_port_enabled() and team_port_txable() static inlineJiri Pirko2-14/+9
2012-07-12team: add broadcast modeJiri Pirko3-1/+101
2012-07-12team: use function team_port_txable() for determing enabled and up portJiri Pirko3-3/+10
2012-07-12ipv4: Put proper checks into icmp_socket_deliver().David S. Miller1-6/+6
2012-07-12net: sched: add ipset ematchFlorian Westphal4-1/+148
2012-07-12netxen: fix link notification orderFlavio Leitner1-2/+2
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-12drivers/ieee802154/at86rf230: rework irq handleralex.bluesman.smirnov@gmail.com1-14/+18
2012-07-126lowpan: revert: add missing spin_lock_init()alex.bluesman.smirnov@gmail.com1-3/+1
2012-07-12smsc95xx: signedness bug in get_regs()Dan Carpenter1-1/+2
2012-07-12net: add support for NS8390 based eth controllers on some ColdFire CPU boardsGreg Ungerer4-120/+504
2012-07-12m68knommu: move the badly named mcfne.h to a better mcf8390.hGreg Ungerer1-4/+4
2012-07-12ipv4: Fix warnings in ip_do_redirect() for some configurations.David S. Miller1-4/+6
2012-07-12net: Remove checks for dst_ops->redirect being NULL.David S. Miller7-11/+8
2012-07-12net: Add dummy dst_ops->redirect method where needed.David S. Miller4-0/+21
2012-07-12ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect().David S. Miller5-111/+4
2012-07-12ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller13-14/+69
2012-07-12ipv6: Add ip6_redirect() and ip6_sk_redirect() helper functions.David S. Miller2-0/+29
2012-07-12ipv6: Pull main logic of rt6_redirect() into rt6_do_redirect().David S. Miller1-31/+49
2012-07-11ipv6: Move bulk of redirect handling into rt6_redirect().David S. Miller3-82/+72
2012-07-11ipv6: Export ndisc option parsing from ndisc.cDavid S. Miller2-45/+52
2012-07-11ipv4: Kill ip_rt_redirect().David S. Miller3-46/+0
2012-07-11ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller12-16/+110
2012-07-11ipv4: Add ipv4_redirect() and ipv4_sk_redirect() helper functions.David S. Miller2-0/+31
2012-07-11ipv4: Generalize ip_do_redirect() and hook into new dst_ops->redirect.David S. Miller2-40/+55
2012-07-11ipv4: Rearrange arguments to ip_rt_redirect()David S. Miller3-36/+26
2012-07-11ipv4: Pull redirect instantiation out into a helper function.David S. Miller1-15/+22
2012-07-11ipv4: Deliver ICMP redirects to sockets too.David S. Miller1-7/+1
2012-07-11ipv4: Pull icmp socket delivery out into a helper function.David S. Miller1-15/+16