summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-11-15ipv6: Separate tcp offload functionalityVlad Yasevich4-110/+106
2012-11-15ipv6: Separate ipv6 offload supportVlad Yasevich4-246/+296
2012-11-15ipv6: Switch to using new offload infrastructure.Vlad Yasevich4-24/+64
2012-11-15ipv4: Switch to using the new offload infrastructure.Vlad Yasevich1-14/+16
2012-11-15ipv6: Add new offload registration infrastructure.Vlad Yasevich4-0/+41
2012-11-15net: Add net protocol offload registration infrustructureVlad Yasevich2-0/+33
2012-11-15net: Switch to using the new packet offload infrustructureVlad Yasevich3-10/+20
2012-11-15net: Add generic packet offload infrastructure.Vlad Yasevich1-0/+80
2012-11-15ip6tnl: fix sparse warnings in ip6_tnl_netlink_parms()Nicolas Dichtel1-1/+1
2012-11-15sit: fix sparse warningsNicolas Dichtel1-5/+5
2012-11-15ipip: fix sparse warnings in ipip_netlink_parms()Nicolas Dichtel1-2/+2
2012-11-14Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller11-173/+416
2012-11-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller83-1450/+7319
2012-11-14sit: add support of link creation via rtnlNicolas Dichtel1-28/+150
2012-11-14sit: rename rtnl functions for consistencyNicolas Dichtel1-4/+4
2012-11-14sit/rtnl: add missing parameters on dumpNicolas Dichtel1-1/+8
2012-11-14sit: always notify change when params are updatedNicolas Dichtel1-17/+15
2012-11-14ipip: add support of link creation via rtnlNicolas Dichtel1-24/+141
2012-11-14ipip/rtnl: add IFLA_IPTUN_PMTUDISC on dumpNicolas Dichtel1-1/+5
2012-11-14ipip: always notify change when params are updatedNicolas Dichtel1-18/+16
2012-11-14ip6tnl: add support of link creation via rtnlNicolas Dichtel1-15/+149
2012-11-14ip6tnl: rename rtnl functions for consistencyNicolas Dichtel1-4/+4
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-14batman-adv: Remove instant overwritten variable initializationSven Eckelmann2-11/+11
2012-11-14batman-adv: roaming handling mechanism redesignAntonio Quartulli1-39/+118
2012-11-14batman-adv: refactor tt_global_del_struct()Antonio Quartulli1-10/+9
2012-11-14batman-adv: refactor code to simplify long linesAntonio Quartulli1-32/+30
2012-11-14batman-adv: substitute tt_poss_change with a per-tt_entry flagAntonio Quartulli6-75/+156
2012-11-14batman-adv: wait multiple periods before activating blaSimon Wunderlich3-1/+10
2012-11-14batman-adv: allow bla traffic only after first worker periodSimon Wunderlich1-1/+19
2012-11-14batman-adv: send announcement when backbone gw is registeredSimon Wunderlich1-4/+10
2012-11-14batman-adv: prevent using any virtual device created on batman-adv as hard-in...Antonio Quartulli1-1/+40
2012-11-14batman-adv: fix wrong spinlock inline commentAntonio Quartulli1-1/+1
2012-11-14batman-adv: don't rely on positions in struct for hashingSimon Wunderlich2-14/+28
2012-11-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville83-1450/+7319
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