aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-07-05net: Pass neighbours and dest address into NETEVENT_REDIRECT events.David S. Miller3-15/+19
2012-07-05decnet: Use neighbours privately in dn_route struct.David S. Miller3-8/+32
2012-07-05neigh: Convert over to dst_neigh_lookup_skb().David S. Miller1-3/+16
2012-07-05br_netfilter: Convert to dst_neigh_lookup_skb().David S. Miller1-13/+23
2012-07-05cxgb4i: Convert over to dst_neigh_lookup().David S. Miller1-1/+4
2012-07-05cxgbi: Convert over to dst_neigh_lookup().David S. Miller1-4/+8
2012-07-05qeth: Convert over to dst_neigh_lookup_skb().David S. Miller1-1/+2
2012-07-05ipoib: Convert over to dev_lookup_neigh_skb().David S. Miller2-10/+16
2012-07-05sch_teql: Convert over to dev_neigh_lookup_skb().David S. Miller1-25/+22
2012-07-05net: Add optional SKB arg to dst_ops->neigh_lookup().David S. Miller7-15/+43
2012-07-05net: Do delayed neigh confirmation.David S. Miller6-32/+38
2012-07-05sunrpc: Don't do a dst_confirm() on an input routes.David S. Miller1-3/+0
2012-07-05ipv4: Don't report neigh uptodate state in rtcache procfs.David S. Miller1-10/+2
2012-07-05ipv4: Make neigh lookups directly in output packet path.David S. Miller5-25/+44
2012-07-04ipv4: Fix crashes in ip_options_compile().David S. Miller1-3/+6
2012-07-01Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller37-1844/+2011
2012-07-01batman-adv: Don't leak information through uninitialized packet fieldsSven Eckelmann3-0/+4
2012-07-01batman-adv: fix counter summary lengthMarek Lindner1-2/+1
2012-07-01batman-adv: Fix alignment after opened parenthesesSven Eckelmann5-19/+24
2012-07-01batman-adv: Remove space before semicolonSven Eckelmann1-1/+1
2012-07-01batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}Sven Eckelmann9-10/+10
2012-07-01batman-adv: Transform BATADV_LOG_BUFF(idx) into functionSven Eckelmann1-4/+15
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann31-938/+1029
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann19-347/+369
2012-07-01batman-adv: Prefix local sysfs struct with batadv_Sven Eckelmann2-7/+7
2012-07-01batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann9-64/+67
2012-07-01batman-adv: Prefix local debugfs structs with batadv_Sven Eckelmann1-5/+5
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann14-135/+140
2012-07-01batman-adv: Prefix packet enum with BATADV_Sven Eckelmann12-232/+254
2012-07-01batman-adv: Prefix types enum with BATADV_Sven Eckelmann5-31/+31
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann13-63/+68
2012-07-01batman-adv: Prefix gateway enum with BATADV_Sven Eckelmann5-22/+22
2012-07-01phy: add the EEE support and the way to access to the MMD registers.Giuseppe CAVALLARO4-4/+319
2012-07-01stmmac: add the Energy Efficient Ethernet supportGiuseppe CAVALLARO9-18/+372
2012-07-01stmmac: update the driver Documentation and add EEEGiuseppe CAVALLARO1-6/+30
2012-07-01stmmac: do not use strict_strtoul but kstrtointGiuseppe CAVALLARO1-17/+10
2012-06-30ipv4: Clarify in docs that accept_local requires rp_filter.David S. Miller1-3/+8
2012-06-30netfilter: use kfree_skb() not kfree()Dan Carpenter1-1/+1
2012-06-30dummy: use IFF_LIVE_ADDR_CHANGE priv_flagJiri Pirko1-13/+2
2012-06-30team: use IFF_LIVE_ADDR_CHANGE priv_flagJiri Pirko1-4/+5
2012-06-30virtio_net: use IFF_LIVE_ADDR_CHANGE priv_flagJiri Pirko1-6/+5
2012-06-30net: introduce new priv_flag indicating iface capable of change mac when runningJiri Pirko2-1/+3
2012-06-29netlink: add nlk->netlink_bind hook for module auto-loadingPablo Neira Ayuso3-0/+49
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso20-51/+117
2012-06-29Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller167-6908/+6478
2012-06-29cnic: Fix mmap regression.Michael Chan2-3/+9
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville167-6908/+6478
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville36-95/+181
2012-06-29ipv4: Elide fib_validate_source() completely when possible.David S. Miller6-9/+59
2012-06-29net: l2tp_eth: provide tx_dropped counterEric Dumazet2-10/+16