summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-11-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2012-11-14sit: add support of link creation via rtnlNicolas Dichtel
2012-11-14sit: rename rtnl functions for consistencyNicolas Dichtel
2012-11-14sit/rtnl: add missing parameters on dumpNicolas Dichtel
2012-11-14sit: always notify change when params are updatedNicolas Dichtel
2012-11-14ipip: add support of link creation via rtnlNicolas Dichtel
2012-11-14ipip/rtnl: add IFLA_IPTUN_PMTUDISC on dumpNicolas Dichtel
2012-11-14ipip: always notify change when params are updatedNicolas Dichtel
2012-11-14ip6tnl: add support of link creation via rtnlNicolas Dichtel
2012-11-14ip6tnl: rename rtnl functions for consistencyNicolas Dichtel
2012-11-14ip6tnl/rtnl: add IFLA_IPTUN_PROTO on dumpNicolas Dichtel
2012-11-14bridge: add root port blockingstephen hemminger
2012-11-14bridge: implement BPDU blockingstephen hemminger
2012-11-14bridge: add template for bridge port flagsstephen hemminger
2012-11-14bridge: bridge port parameters over netlinkstephen hemminger
2012-11-14ipv6: remove obsolete comments in route.cLi RongQing
2012-11-14net: unify for_each_ip_tunnel_rcu()Amerigo Wang
2012-11-14net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang
2012-11-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-11-13ipv6: add knob to send unsolicited ND on link-layer address changeHannes Frederic Sowa
2012-11-12ipv6 ndisc: Use pre-defined in6addr_linklocal_allnodes.YOSHIFUJI Hideaki / 吉藤英明
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-09ip6tnl: advertise tunnel param via rtnlNicolas Dichtel
2012-11-09sit: advertise tunnel param via rtnlNicolas Dichtel
2012-11-09ipip: advertise tunnel param via rtnlNicolas Dichtel
2012-11-09gre6: fix rtnl dump messagesNicolas Dichtel
2012-11-09ipip: add GSO supportEric Dumazet
2012-11-09ipv6: send unsolicited neighbour advertisements to all-nodesHannes Frederic Sowa
2012-11-08vlan: set sysfs device_type to 'vlan'Doug Goldstein
2012-11-08ipv6: remove rt6i_peer_genid from rt6_info and its handlerLi RongQing
2012-11-07Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2012-11-07ndisc: fix a typo in a comment in ndisc_recv_na()Nicolas Dichtel
2012-11-07packet: tx_ring: allow the user to choose tx data offsetPaul Chavent
2012-11-07af-packet: fix oops when socket is not presentEric Leblond
2012-11-07pkt_sched: enable QFQ to support TSO/GSOPaolo Valente
2012-11-07batman-adv: enable fast client detection using unicast_4addr packetsAntonio Quartulli
2012-11-07batman-adv: Add get_ethtool_stats() support for DATMartin Hundebøll
2012-11-07batman-adv: Distributed ARP Table - add runtime switchAntonio Quartulli
2012-11-07batman-adv: Distributed ARP Table - add compile optionAntonio Quartulli
2012-11-07batman-adv: Distributed ARP Table - add snooping functions for ARP messagesAntonio Quartulli
2012-11-07batman-adv: Distributed ARP Table - add ARP parsing functionsAntonio Quartulli
2012-11-07batman-adv: Distributed ARP Table - implement local storageAntonio Quartulli
2012-11-07batman-adv: Distributed ARP Table - create DHT helper functionsAntonio Quartulli
2012-11-07batman-adv: Distributed ARP Table - add a new debug log levelAntonio Quartulli
2012-11-07batman-adv: add UNICAST_4ADDR packet typeAntonio Quartulli
2012-11-07batman-adv: Mark correctly aligned headers not as __packedSven Eckelmann
2012-11-07batman-adv: Reserve extra bytes in skb for better alignmentSven Eckelmann
2012-11-06htb: fix two bugsEric Dumazet
2012-11-04bridge: Avoid 'statement with no effect' compiler warningsLee Jones
2012-11-04net: inet_diag -- Return error code if protocol handler is missedCyrill Gorcunov