aboutsummaryrefslogtreecommitdiffstats
path: root/Kbuild (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-30MAINTAINERS: fix bouncing tun/tap entriesJiri Slaby1-2/+1
2012-11-30smsc95xx: expand check_ macrosSteve Glendinning1-121/+391
2012-11-30smsc95xx: fix smsc_crc return typeSteve Glendinning1-2/+3
2012-11-30smsc95xx: don't enable remote wakeup directlySteve Glendinning1-25/+5
2012-11-30smsc95xx: fix error handling in suspend failure caseSteve Glendinning1-21/+29
2012-11-30smsc95xx: fix suspend buffer overflowSteve Glendinning1-1/+6
2012-11-30smsc75xx: expand check_ macrosSteve Glendinning1-159/+576
2012-11-30smsc75xx: don't call usbnet_resume if usbnet_suspend failsSteve Glendinning1-1/+1
2012-11-30sctp: verify length provided in heartbeat information parameterThomas Graf1-2/+8
2012-11-30rtnelink: remove unused parameter from rtnl_create_link().Rami Rosen3-4/+4
2012-11-30sctp: fix CONFIG_SCTP_DBG_MSG=y null pointer dereference in sctp_v6_get_dst()Tommi Rantala1-1/+1
2012-11-30mac802154: use kfree_skb() instead of dev_kfree_skb()Alan Ott1-1/+1
2012-11-30mac802154: fix memory leaksAlan Ott2-2/+7
2012-11-306lowpan: consider checksum bytes in fragmentation thresholdAlan Ott1-1/+2
2012-11-30mISDN: improve bitops usageAkinobu Mita1-10/+10
2012-11-308021q: fix vlan device to inherit the unicast filtering capability flagYi Zou1-0/+1
2012-11-30bonding: delete migrated IP addresses from the rlb hash tableJiri Bohac3-40/+184
2012-11-30bonding: rlb mode of bond should not alter ARP originating via bridgezheng.li2-0/+19
2012-11-30batman-adv: use ETH_P_BATMANAntonio Quartulli4-9/+11
2012-11-29core: make GRO methods static.Rami Rosen2-12/+3
2012-11-29doc: make the description of how tcp_ecn works more explicit and clearRick Jones1-8/+9
2012-11-29can: pcan_usb_core: remove obsolete variable open_timeMarc Kleine-Budde2-6/+0
2012-11-29can: esd_usb2: remove obsolete variable open_timeMarc Kleine-Budde1-10/+0
2012-11-29can: ems_usb: remove obsolete variable open_timeMarc Kleine-Budde1-7/+0
2012-11-29can: sja1000: remove obsolete variable open_timeMarc Kleine-Budde2-9/+0
2012-11-29can: mscan: remove obsolete variable open_timeMarc Kleine-Budde2-9/+0
2012-11-29can: Do not call dev_put if restart timer is running upon closeAlexander Stein1-2/+1
2012-11-28net: ethernet: cpsw: fix build warnings for CPSW when CPTS not selectedMugunthan V N1-4/+3
2012-11-28cxgb3: Restore dependency on INETBen Hutchings1-1/+1
2012-11-28openvswitch: Use RCU callback when detaching netdevices.Jesse Gross2-4/+13
2012-11-28team: fix hw_features setupJiri Pirko1-1/+3
2012-11-28atm: forever loop loading ambassador firmwareDan Carpenter1-0/+1
2012-11-28ip6tnl/sit: drop packet if ECN present with not-ECTNicolas Dichtel2-29/+53
2012-11-28be2net: fix INTx ISR for interrupt behaviour on BE2Sathya Perla1-31/+23
2012-11-28ewrk3: remove outdated commentPaul Bolle1-1/+0
2012-11-28ewrk3: silence GCC warningPaul Bolle1-1/+1
2012-11-28bonding: in balance-rr mode, set curr_active_slave only if it is upMichal Kubeček1-1/+1
2012-11-28vhost: fix length for cross region descriptorMichael S. Tsirkin1-1/+1
2012-11-28irda: irttp: fix memory leak in irttp_open_tsap() error pathTommi Rantala1-0/+1
2012-11-28net: qmi_wwan: add Huawei E173Bjørn Mork1-0/+1
2012-11-28pkt_sched: QFQ Plus: fair-queueing service at DRR costPaolo Valente1-264/+566
2012-11-28smsc75xx: don't enable remote wakeup directlySteve Glendinning1-35/+8
2012-11-28smsc75xx: add support for USB dynamic autosuspendSteve Glendinning1-4/+119
2012-11-28smsc75xx: fix error handling in suspend failure caseSteve Glendinning1-31/+38
2012-11-28smsc75xx: support PHY wakeup sourceSteve Glendinning1-17/+152
2012-11-28smsc75xx: refactor entering suspend modesSteve Glendinning1-24/+38
2012-11-28smsc75xx: check return code from smsc75xx_resetSteve Glendinning1-0/+1
2012-11-28net/mlx4_en: Can set maxrate only for TC0Amir Vadai1-1/+1
2012-11-28sctp: Error in calculation of RTTvarSchoch Christian1-1/+1
2012-11-28sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala2-6/+11