summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-02-116-37/+37
|\
| * s390/cio: improve cio_commit_configSebastian Ott2014-02-061-26/+14
| * s390: fix kernel crash due to linkage stack instructionsMartin Schwidefsky2014-02-051-2/+5
| * s390/dump: Fix dump memory detectionMichael Holzheu2014-02-041-0/+10
| * s390/appldata: restore missing init_virt_timer()Gerald Schaefer2014-01-291-0/+1
| * s390/qdio: correct program-controlled interruption checkingUrsula Braun2014-01-291-1/+1
| * s390/qdio: for_each macro correctnessJose Alonso2014-01-291-8/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-02-11144-799/+2454
|\ \
| * | 6lowpan: fix lockdep splatsEric Dumazet2014-02-111-0/+20
| * | alx: add missing stats_lock spinlock initJohn Greene2014-02-111-0/+1
| * | 9p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffersRichard Yao2014-02-111-1/+4
| * | bonding: remove unwanted bond lock for enslave processingdingtianhong2014-02-111-1/+0
| * | USB2NET : SR9800 : One chip USB2.0 USB2NET SR9800 Device Driver SupportLiu Junliang2014-02-114-0/+1089
| * | tcp: tsq: fix nonagle handlingJohn Ogness2014-02-111-2/+11
| * | Merge branch 'bridge'David S. Miller2014-02-107-63/+129
| |\ \
| | * | bridge: Prevent possible race condition in br_fdb_change_mac_addressToshiaki Makita2014-02-101-1/+5
| | * | bridge: Properly check if local fdb entry can be deleted when deleting vlanToshiaki Makita2014-02-103-9/+23
| | * | bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_...Toshiaki Makita2014-02-101-19/+6
| | * | bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac...Toshiaki Makita2014-02-101-25/+32
| | * | bridge: Fix the way to check if a local fdb entry can be deletedToshiaki Makita2014-02-103-1/+34
| | * | bridge: Change local fdb entries whenever mac address of bridge device changesToshiaki Makita2014-02-103-4/+5
| | * | bridge: Fix the way to find old local fdb entries in br_fdb_change_mac_addressToshiaki Makita2014-02-101-1/+1
| | * | bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddrToshiaki Makita2014-02-101-9/+20
| | * | bridge: Fix the way to find old local fdb entries in br_fdb_changeaddrToshiaki Makita2014-02-103-7/+16
| |/ /
| * | tcp: correct code comment stating 3 min timeout for FIN_WAIT2, we only do 1 minJesper Juhl2014-02-101-1/+1
| * | net: vxge: Remove unused device pointerChristian Engelmayer2014-02-101-6/+0
| * | net: qmi_wwan: add ZTE MF667Raymond Wanyoike2014-02-101-0/+1
| * | 3c59x: Remove unused pointer in vortex_eisa_cleanup()Christian Engelmayer2014-02-101-2/+0
| * | net: fix 'ip rule' iif/oif device renameMaciej Żenczykowski2014-02-101-0/+7
| * | wan: dlci: Remove unused netdev_priv pointerChristian Engelmayer2014-02-101-5/+0
| * | 6lowpan: Remove unused pointer in lowpan_header_create()Christian Engelmayer2014-02-101-3/+0
| * | ipv6: icmp6_send: fix Oops when pinging a not set up IPv6 peer on a sit tunnelFX Le Bail2014-02-101-1/+1
| * | net: Mark functions as static in net/sunrpc/svc_xprt.cRashika Kheria2014-02-101-3/+3
| * | net: Include appropriate header file in netfilter/nft_lookup.cRashika Kheria2014-02-101-0/+1
| * | net: Move prototype declaration to header file include/net/net_namespace.h fr...Rashika Kheria2014-02-102-8/+9
| * | net: Move prototype declaration to header file include/net/datalink.h from ne...Rashika Kheria2014-02-102-3/+3
| * | net: Move prototype declaration to header file include/net/ipx.h from net/ipx...Rashika Kheria2014-02-102-9/+8
| * | net: Move prototype declaration to include/net/ipx.h from net/ipx/ipx_route.cRashika Kheria2014-02-102-4/+3
| * | net: Move prototype declaration to header file include/net/dn.h from net/decn...Rashika Kheria2014-02-102-3/+2
| * | net: Move prototype declaration to appropriate header file from decnet/af_dec...Rashika Kheria2014-02-102-2/+2
| * | net: Mark functions as static in core/dev.cRashika Kheria2014-02-101-3/+3
| * | net: Include appropriate header file in caif/cfsrvl.cRashika Kheria2014-02-101-0/+1
| * | net: Include appropriate header file in caif/caif_dev.cRashika Kheria2014-02-101-0/+1
| * | net: Mark function as static in 9p/client.cRashika Kheria2014-02-101-1/+1
| * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-02-0930-159/+256
| |\ \
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-02-0730-159/+256
| | |\ \
| | | * | rtl8180: Add error check for pci_map_single return value in TX pathandrea.merello2014-02-061-0/+7
| | | * | rtl8180: Add error check for pci_map_single return value in RX pathandrea.merello2014-02-061-3/+13
| | | * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-02-0611-83/+102
| | | |\ \
| | | | * | mac80211: fix virtual monitor interface iterationJohannes Berg2014-02-061-4/+8