summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* sctp: fix checkpatch errors with indentwangweidong2013-12-266-73/+70Star
* sctp: fix checkpatch errors with (foo*)|foo * bar|foo* barwangweidong2013-12-268-22/+22
* sctp: fix checkpatch errors with space required or prohibitedwangweidong2013-12-2610-43/+43
* ipv6: cleanup for tcp_ipv6.cWeilong Chen2013-12-261-11/+11
* ipv4: ipv4: Cleanup the comments in tcp_yeah.cWeilong Chen2013-12-261-8/+8
* ipv4: ERROR: code indent should use tabs where possibleWeilong Chen2013-12-263-8/+5Star
* ipv4: ERROR: do not initialise globals to 0 or NULLWeilong Chen2013-12-261-2/+2
* ipv4: fix all space errors in file igmp.cWeilong Chen2013-12-261-35/+35
* ipv4: fix checkpatch error with foo * barWeilong Chen2013-12-261-1/+1
* ipv4: fix checkpatch error "space prohibited"Weilong Chen2013-12-264-11/+11
* ipv4: do clean up with spacesWeilong Chen2013-12-262-8/+8
* Merge branch 'bnx2x'David S. Miller2013-12-268-35/+172
|\
| * bnx2x: add VF Multicast filters supportYuval Mintz2013-12-263-19/+39
| * bnx2x: Add num of VFs to Management statisticsYuval Mintz2013-12-261-0/+2
| * bnx2x: no error when RSS configuration failsYuval Mintz2013-12-261-4/+8
| * bnx2x: add Big-Endian ethtool commentYuval Mintz2013-12-261-0/+6
| * bnx2x: Add AER support (missing bits)Yuval Mintz2013-12-262-0/+30
| * bnx2x: Add support for Multi-Function UNDIYuval Mintz2013-12-264-12/+87
|/
* Merge branch 'addr_compare'David S. Miller2013-12-2634-101/+94Star
|\
| * wireless: slight optimization of addr comparedingtianhong2013-12-266-13/+13
| * rtlwifi: slight optimization of addr comparedingtianhong2013-12-261-2/+2
| * mwifiex: slight optimization of addr comparedingtianhong2013-12-263-4/+3Star
| * ipw2x00: slight optimization of addr comparedingtianhong2013-12-262-22/+22
| * cw1200: slight optimization of addr comparedingtianhong2013-12-262-4/+4
| * hostap: slight optimization of addr comparedingtianhong2013-12-265-24/+22Star
| * media: dvb_core: slight optimization of addr comparedingtianhong2013-12-261-4/+6
| * isdn: slight optimization of addr comparedingtianhong2013-12-261-2/+2
| * atm: slight optimization of addr comparedingtianhong2013-12-261-2/+2
| * mac8011: slight optimization of addr comparedingtianhong2013-12-261-4/+3Star
| * infiniband: slight optimization of addr comparedingtianhong2013-12-261-2/+1Star
| * ozwpan: slight optimization of addr comparedingtianhong2013-12-262-3/+4
| * zd1211rw: slight optimization of addr comparedingtianhong2013-12-261-3/+2Star
| * batman-adv: use batadv_compare_eth for concisedingtianhong2013-12-262-2/+2
| * ppp: slight optimization of addr comparedingtianhong2013-12-261-2/+2
| * hamradio: slight optimization of addr comparedingtianhong2013-12-261-1/+1
| * net: atl1: slight optimization of addr comparedingtianhong2013-12-261-1/+2
| * net: pcnet: slight optimization of addr comparedingtianhong2013-12-261-1/+1
| * net: freescale: remove unused compare_addr()dingtianhong2013-12-261-5/+0Star
|/
* qlge: make local function staticstephen hemminger2013-12-262-3/+2Star
* mdio: unused ethtool functionsstephen hemminger2013-12-262-31/+0Star
* hhf: make qdisc ops staticstephen hemminger2013-12-261-2/+1Star
* rose: cleanup checkpatch errors,spaces requiredWeilong Chen2013-12-232-2/+2
* sctp: remove the never used 'return' and redundant 'break'wangweidong2013-12-231-11/+2Star
* mac802154: fix following checkpath.pl warning Prefer pr_warn(... to pr_warnin...Weilong Chen2013-12-231-2/+2
* cxgb4: make functions static and remove dead codestephen hemminger2013-12-234-143/+8Star
* sctp: remove casting from function calls through ops structurewangweidong2013-12-232-3/+3
* netconf: add support for IPv6 proxy_ndpstephen hemminger2013-12-231-1/+48
* netconf: rename PROXY_ARP to NEIGH_PROXYstephen hemminger2013-12-232-6/+6
* net: vxlan: use custom ndo_change_mtu handlerDaniel Borkmann2013-12-231-1/+24
* net: use kfree_skb_list() helperEric Dumazet2013-12-222-19/+4Star