aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-14ip6tnl/rtnl: add IFLA_IPTUN_PROTO on dumpNicolas Dichtel1-1/+4
2012-11-14bridge: add root port blockingstephen hemminger4-2/+28
2012-11-14bridge: implement BPDU blockingstephen hemminger4-1/+15
2012-11-14bridge: add template for bridge port flagsstephen hemminger1-15/+23
2012-11-14bridge: bridge port parameters over netlinkstephen hemminger1-33/+132
2012-11-14ipv6: remove obsolete comments in route.cLi RongQing1-6/+0
2012-11-14net: unify for_each_ip_tunnel_rcu()Amerigo Wang5-49/+18
2012-11-14net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang6-65/+3
2012-11-13ipv6: add knob to send unsolicited ND on link-layer address changeHannes Frederic Sowa2-0/+15
2012-11-12ipv6 ndisc: Use pre-defined in6addr_linklocal_allnodes.YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller38-161/+302
2012-11-09ip6tnl: advertise tunnel param via rtnlNicolas Dichtel1-0/+57
2012-11-09sit: advertise tunnel param via rtnlNicolas Dichtel1-1/+56
2012-11-09ipip: advertise tunnel param via rtnlNicolas Dichtel1-1/+56
2012-11-09gre6: fix rtnl dump messagesNicolas Dichtel1-4/+4
2012-11-09ipip: add GSO supportEric Dumazet1-0/+12
2012-11-09ipv6: send unsolicited neighbour advertisements to all-nodesHannes Frederic Sowa1-2/+1
2012-11-08vlan: set sysfs device_type to 'vlan'Doug Goldstein1-0/+6
2012-11-08ipv6: remove rt6i_peer_genid from rt6_info and its handlerLi RongQing1-16/+2
2012-11-07Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller21-54/+1680
2012-11-07ndisc: fix a typo in a comment in ndisc_recv_na()Nicolas Dichtel1-1/+1
2012-11-07packet: tx_ring: allow the user to choose tx data offsetPaul Chavent2-1/+46
2012-11-07af-packet: fix oops when socket is not presentEric Leblond1-1/+1
2012-11-07pkt_sched: enable QFQ to support TSO/GSOPaolo Valente1-30/+79
2012-11-07batman-adv: enable fast client detection using unicast_4addr packetsAntonio Quartulli1-2/+10
2012-11-07batman-adv: Add get_ethtool_stats() support for DATMartin Hundebøll5-3/+65
2012-11-07batman-adv: Distributed ARP Table - add runtime switchAntonio Quartulli4-0/+31
2012-11-07batman-adv: Distributed ARP Table - add compile optionAntonio Quartulli5-4/+94
2012-11-07batman-adv: Distributed ARP Table - add snooping functions for ARP messagesAntonio Quartulli6-2/+325
2012-11-07batman-adv: Distributed ARP Table - add ARP parsing functionsAntonio Quartulli4-3/+213
2012-11-07batman-adv: Distributed ARP Table - implement local storageAntonio Quartulli6-0/+346
2012-11-07batman-adv: Distributed ARP Table - create DHT helper functionsAntonio Quartulli9-4/+378
2012-11-07batman-adv: Distributed ARP Table - add a new debug log levelAntonio Quartulli1-1/+3
2012-11-07batman-adv: add UNICAST_4ADDR packet typeAntonio Quartulli6-26/+194
2012-11-07batman-adv: Mark correctly aligned headers not as __packedSven Eckelmann1-6/+15
2012-11-07batman-adv: Reserve extra bytes in skb for better alignmentSven Eckelmann4-19/+22
2012-11-06htb: fix two bugsEric Dumazet1-12/+5
2012-11-04bridge: Avoid 'statement with no effect' compiler warningsLee Jones1-4/+4
2012-11-04net: inet_diag -- Return error code if protocol handler is missedCyrill Gorcunov1-1/+4
2012-11-03net: fix bridge notify hook to manage flags correctlyJohn Fastabend1-8/+18
2012-11-03rtnetlink: Use nlmsg type RTM_NEWNEIGH from dflt fdb dumpJohn Fastabend1-1/+2
2012-11-03htb: improved accuracy at high ratesVimalkumar1-38/+90
2012-11-03tipc: do not use tasklet_disable before tasklet_killXiaotian Feng1-1/+0
2012-11-03ipv6: introduce ip6_rt_put()Amerigo Wang10-26/+23
2012-11-03sctp: Clean up type-punning in sctp_cmd_t unionNeil Horman2-25/+23
2012-11-03ipv6: remove a useless NULL checkAmerigo Wang1-1/+1
2012-11-03pktgen: clean up ktime_t helpersDaniel Borkmann1-28/+13
2012-11-03tcp: better retrans tracking for defer-acceptEric Dumazet10-31/+48
2012-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-46/+125
2012-11-02tcp-repair: Handle zero-length data put in rcv queuePavel Emelyanov1-0/+3