aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-19rxrpc: Fix set but unused variable 'usage' in rxrpc_get_transport()David S. Miller1-1/+2
2011-05-19be2net: Kill set but unused variable 'req' in lancer_fw_download()David S. Miller1-2/+0
2011-05-19irda: Kill set but unused vars 'saddr' and 'daddr' in irlan_provider_connect_indication()David S. Miller1-3/+0
2011-05-19atl1c: atl1c_resume() is only used when CONFIG_PM_SLEEP is defined.David S. Miller1-0/+2
2011-05-19rxrpc: Fix set but unused variable 'usage' in rxrpc_get_peer().David S. Miller1-1/+2
2011-05-19rxrpc: Kill set but unused variable 'local' in rxrpc_UDP_error_handler()David S. Miller1-4/+1
2011-05-19rxrpc: Kill set but unused variable 'sp' in rxrpc_process_connection()David S. Miller1-3/+0
2011-05-19rxrpc: Kill set but unused variable 'sp' in rxrpc_rotate_tx_window()David S. Miller1-2/+0
2011-05-19pkt_sched: Kill set but unused variable 'protocol' in tc_classify()David S. Miller1-2/+0
2011-05-19isdn: capi: Use pr_debug() instead of ifdefs.David S. Miller1-83/+32
2011-05-19tg3: Update version to 3.119Matt Carlson1-2/+2
2011-05-19tg3: Apply rx_discards fix to 5719/5720Matt Carlson1-1/+3
2011-05-19tg3: Remove excessive parenthesisMatt Carlson1-18/+18
2011-05-19tg3: Consolidate all netdev feature assignmentsMatt Carlson1-27/+24
2011-05-19tg3: Move TSO_CAPABLE assignmentMatt Carlson1-15/+16
2011-05-19tg3: Fix stats for 5704 and later devicesMatt Carlson2-4/+13
2011-05-19tg3: Fix TSO loopback testMatt Carlson1-1/+1
2011-05-19tg3: Consolidate autoneg advertisement setup codeMatt Carlson1-118/+99
2011-05-19tg3: Fix EEE interoperability workaroundMatt Carlson2-21/+22
2011-05-19tg3: Fix IPv6 TCP problems for 5719Matt Carlson1-1/+1
2011-05-19tg3: Fix 57765 B0 data corruptionMatt Carlson2-0/+20
2011-05-19tg3: Cleanup transmit error pathMatt Carlson1-60/+38
2011-05-19tg3: Set tx bug flags for more devicesMatt Carlson1-229/+33
2011-05-199p: Kill unused variable 'ret' in trans_rdma.c:parse_opts()David S. Miller1-2/+0
2011-05-199p: Kill set but not used variable 'ret' in parse_opts()David S. Miller1-2/+0
2011-05-19ipconfig wait for carrierMicha Nelissen1-13/+22
2011-05-19SCTP: fix race between sctp_bind_addr_free() and sctp_bind_addr_conflict()Jacek Luczak1-6/+4
2011-05-19ipv6: reduce per device ICMP mib sizesEric Dumazet5-33/+68
2011-05-19net: ping: fix the coding styleChangli Gao1-3/+7
2011-05-19net: ping: make local functions staticChangli Gao1-4/+4
2011-05-18ipv4: Pass explicit destination address to rt_bind_peer().David S. Miller4-15/+15
2011-05-18ipv4: Pass explicit destination address to rt_get_peer().David S. Miller2-4/+4
2011-05-18ipv4: Make caller provide flowi4 key to inet_csk_route_req().David S. Miller4-8/+12
2011-05-18ipv4: Kill RT_CACHE_DEBUGDavid S. Miller3-51/+0
2011-05-18be2net: Enable SR-IOV for LancerMammatha Edhala2-9/+13
2011-05-18bnx2x: add support for retrieving dcb peer configurationShmulik Ravid2-25/+131
2011-05-18qeth: use ndo_set_features callback for initial setup and recoveryFrank Blaschka1-52/+25
2011-05-18wl12xx: fix compilation error when CONFIG_PM is not setLuciano Coelho2-0/+8
2011-05-18net: add skb_dst_force() in sock_queue_err_skb()Eric Dumazet1-0/+3
2011-05-17sfc: Don't use enums as a bitmask.David S. Miller6-12/+10
2011-05-17ipv4: Don't use enums as bitmasks in ip_fragment.cDavid S. Miller1-6/+4
2011-05-17net: ethtool: fix IPV6 checksum feature name stringMichał Mirosław1-1/+1
2011-05-17net: Change netdev_fix_features messages loglevelMichael S. Tsirkin1-1/+1
2011-05-17net: recvmmsg: Strip MSG_WAITFORONE when calling recvmsgAnton Blanchard1-2/+4
2011-05-17xen: netback: use __CONST_RING_SIZE not __RING_SIZEIan Campbell1-2/+2
2011-05-17net: ping: fix build failureVasiliy Kulikov3-14/+13
2011-05-17net: use hlist_del_rcu() in dev_change_name()Eric Dumazet1-1/+1
2011-05-16bluetooth: Fix warnings in l2cap_core.cDavid S. Miller1-2/+2
2011-05-16sfc: Use netif_device_{detach,attach}() around reset and self-testBen Hutchings4-19/+14
2011-05-16net: Change netdev_fix_features messages loglevelMichał Mirosław1-14/+8