aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-26ipv4: ERROR: do not initialise globals to 0 or NULLWeilong Chen1-2/+2
2013-12-26ipv4: fix all space errors in file igmp.cWeilong Chen1-35/+35
2013-12-26ipv4: fix checkpatch error with foo * barWeilong Chen1-1/+1
2013-12-26ipv4: fix checkpatch error "space prohibited"Weilong Chen4-11/+11
2013-12-26ipv4: do clean up with spacesWeilong Chen2-8/+8
2013-12-26bnx2x: add VF Multicast filters supportYuval Mintz3-19/+39
2013-12-26bnx2x: Add num of VFs to Management statisticsYuval Mintz1-0/+2
2013-12-26bnx2x: no error when RSS configuration failsYuval Mintz1-4/+8
2013-12-26bnx2x: add Big-Endian ethtool commentYuval Mintz1-0/+6
2013-12-26bnx2x: Add AER support (missing bits)Yuval Mintz2-0/+30
2013-12-26bnx2x: Add support for Multi-Function UNDIYuval Mintz4-12/+87
2013-12-26wireless: slight optimization of addr comparedingtianhong6-13/+13
2013-12-26rtlwifi: slight optimization of addr comparedingtianhong1-2/+2
2013-12-26mwifiex: slight optimization of addr comparedingtianhong3-4/+3
2013-12-26ipw2x00: slight optimization of addr comparedingtianhong2-22/+22
2013-12-26cw1200: slight optimization of addr comparedingtianhong2-4/+4
2013-12-26hostap: slight optimization of addr comparedingtianhong5-24/+22
2013-12-26media: dvb_core: slight optimization of addr comparedingtianhong1-4/+6
2013-12-26isdn: slight optimization of addr comparedingtianhong1-2/+2
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-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-20b44: use fixed PHY device if we do not find anyHauke Mehrtens3-1/+28