summary refs log tree commit diff
AgeCommit message (Expand)Author
2012-07-05net: Kill dst->_neighbour, accessors, and final uses.David S. Miller
2012-07-05xfrm: No need to copy generic neighbour pointer.David S. Miller
2012-07-05ipv4: No need to set generic neighbour pointer.David S. Miller
2012-07-05ipv6: Store route neighbour in rt6_info struct.David S. Miller
2012-07-05cxgb3: Convert t3_l2t_get() over to dst_neigh_lookup().David S. Miller
2012-07-05net: Pass neighbours and dest address into NETEVENT_REDIRECT events.David S. Miller
2012-07-05decnet: Use neighbours privately in dn_route struct.David S. Miller
2012-07-05neigh: Convert over to dst_neigh_lookup_skb().David S. Miller
2012-07-05br_netfilter: Convert to dst_neigh_lookup_skb().David S. Miller
2012-07-05cxgb4i: Convert over to dst_neigh_lookup().David S. Miller
2012-07-05cxgbi: Convert over to dst_neigh_lookup().David S. Miller
2012-07-05qeth: Convert over to dst_neigh_lookup_skb().David S. Miller
2012-07-05ipoib: Convert over to dev_lookup_neigh_skb().David S. Miller
2012-07-05sch_teql: Convert over to dev_neigh_lookup_skb().David S. Miller
2012-07-05net: Add optional SKB arg to dst_ops->neigh_lookup().David S. Miller
2012-07-05net: Do delayed neigh confirmation.David S. Miller
2012-07-05sunrpc: Don't do a dst_confirm() on an input routes.David S. Miller
2012-07-05ipv4: Don't report neigh uptodate state in rtcache procfs.David S. Miller
2012-07-05ipv4: Make neigh lookups directly in output packet path.David S. Miller
2012-07-04ipv4: Fix crashes in ip_options_compile().David S. Miller
2012-07-01Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2012-07-01batman-adv: Don't leak information through uninitialized packet fieldsSven Eckelmann
2012-07-01batman-adv: fix counter summary lengthMarek Lindner
2012-07-01batman-adv: Fix alignment after opened parenthesesSven Eckelmann
2012-07-01batman-adv: Remove space before semicolonSven Eckelmann
2012-07-01batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}Sven Eckelmann
2012-07-01batman-adv: Transform BATADV_LOG_BUFF(idx) into functionSven Eckelmann
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix local sysfs struct with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix local debugfs structs with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix packet enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix types enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix gateway enum with BATADV_Sven Eckelmann
2012-07-01phy: add the EEE support and the way to access to the MMD registers.Giuseppe CAVALLARO
2012-07-01stmmac: add the Energy Efficient Ethernet supportGiuseppe CAVALLARO
2012-07-01stmmac: update the driver Documentation and add EEEGiuseppe CAVALLARO
2012-07-01stmmac: do not use strict_strtoul but kstrtointGiuseppe CAVALLARO
2012-06-30ipv4: Clarify in docs that accept_local requires rp_filter.David S. Miller
2012-06-30netfilter: use kfree_skb() not kfree()Dan Carpenter
2012-06-30dummy: use IFF_LIVE_ADDR_CHANGE priv_flagJiri Pirko
2012-06-30team: use IFF_LIVE_ADDR_CHANGE priv_flagJiri Pirko
2012-06-30virtio_net: use IFF_LIVE_ADDR_CHANGE priv_flagJiri Pirko
2012-06-30net: introduce new priv_flag indicating iface capable of change mac when runningJiri Pirko
2012-06-29netlink: add nlk->netlink_bind hook for module auto-loadingPablo Neira Ayuso
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso
2012-06-29Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller