aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-26atm: slight optimization of addr comparedingtianhong1-2/+2
2013-12-26mac8011: slight optimization of addr comparedingtianhong1-4/+3
2013-12-26infiniband: slight optimization of addr comparedingtianhong1-2/+1
2013-12-26ozwpan: slight optimization of addr comparedingtianhong2-3/+4
2013-12-26zd1211rw: slight optimization of addr comparedingtianhong1-3/+2
2013-12-26batman-adv: use batadv_compare_eth for concisedingtianhong2-2/+2
2013-12-26ppp: slight optimization of addr comparedingtianhong1-2/+2
2013-12-26hamradio: slight optimization of addr comparedingtianhong1-1/+1
2013-12-26net: atl1: slight optimization of addr comparedingtianhong1-1/+2
2013-12-26net: pcnet: slight optimization of addr comparedingtianhong1-1/+1
2013-12-26net: freescale: remove unused compare_addr()dingtianhong1-5/+0
2013-12-26qlge: make local function staticstephen hemminger2-3/+2
2013-12-26mdio: unused ethtool functionsstephen hemminger2-31/+0
2013-12-26hhf: make qdisc ops staticstephen hemminger1-2/+1
2013-12-22rose: cleanup checkpatch errors,spaces requiredWeilong Chen2-2/+2
2013-12-22sctp: remove the never used 'return' and redundant 'break'wangweidong1-11/+2
2013-12-22mac802154: fix following checkpath.pl warning Prefer pr_warn(... to pr_warning(...Weilong Chen1-2/+2
2013-12-22cxgb4: make functions static and remove dead codestephen hemminger4-143/+8
2013-12-22sctp: remove casting from function calls through ops structurewangweidong2-3/+3
2013-12-22netconf: add support for IPv6 proxy_ndpstephen hemminger1-1/+48
2013-12-22netconf: rename PROXY_ARP to NEIGH_PROXYstephen hemminger2-6/+6
2013-12-22net: vxlan: use custom ndo_change_mtu handlerDaniel Borkmann1-1/+24
2013-12-21net: use kfree_skb_list() helperEric Dumazet2-19/+4
2013-12-21Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller4-30/+102
2013-12-21ipv6: move ip6_sk_accept_pmtu from generic pmtu update path to ipv6 oneHannes Frederic Sowa2-4/+2
2013-12-21Revert "sctp: fix missing include file"David S. Miller1-1/+0
2013-12-22can: ti_hecc: Replace platform dependency with ARM dependencyEzequiel Garcia1-1/+1
2013-12-21can: mcp251x: Add device tree supportAlexander Shiyan2-25/+99
2013-12-21can: gw: remove obsolete checksOliver Hartkopp1-4/+2
2013-12-21packet: doc: add documentation for VLAN TPID deliveryAtzm Watanabe1-2/+7
2013-12-21sctp: fix missing include filesfeldma@cumulusnetworks.com1-0/+1
2013-12-20Merge branch 'b44'David S. Miller4-26/+250
2013-12-20b44: use fixed PHY device if we do not find anyHauke Mehrtens3-1/+28
2013-12-20b44: do not set PHY address to 30 for every ext PHYHauke Mehrtens1-2/+5
2013-12-20b44: activate PHY when MAC is offHauke Mehrtens1-1/+4
2013-12-20b44: add phylib supportHauke Mehrtens3-5/+189
2013-12-20b44: rename b44_mii_{read, write} to b44_mdio_{read, write}_miiHauke Mehrtens1-5/+5
2013-12-20b44: abort when no PHY is available at allHauke Mehrtens2-0/+7
2013-12-20b44: rename B44_PHY_ADDR_NO_PHY to B44_PHY_ADDR_NO_LOCAL_PHYHauke Mehrtens2-4/+4
2013-12-20b44: check register instead of PHY address to detect external PHYHauke Mehrtens2-10/+10
2013-12-20tcp: autocork should not hold first packet in write queueEric Dumazet1-4/+10
2013-12-20net_sched: fix regression in tc_action_opsEric Dumazet1-40/+13
2013-12-20net_sched: fix a regression in tcf_proto_lookup_ops()Eric Dumazet1-12/+10
2013-12-20net_sched: fix a regression in tc actionsWANG Cong9-11/+11
2013-12-19Merge branch 'bridge_cleanups'David S. Miller14-47/+36
2013-12-19bridge: change the position of '{' to the pre linetanxiaojun4-18/+9
2013-12-19bridge: change "foo* bar" to "foo *bar"tanxiaojun2-10/+10
2013-12-19bridge: add space before '(/{', after ',', etc.tanxiaojun7-12/+12
2013-12-19bridge: remove unnecessary parenthesestanxiaojun2-3/+3
2013-12-19bridge: remove unnecessary condition judgmenttanxiaojun2-4/+2