summaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2013-02-24gianfar: fix compile fail for NET_POLL=y due to struct packingPaul Gortmaker1-12/+14
2013-02-24vlan: adjust vlan_set_encap_proto() for its callersCong Wang1-3/+3
2013-02-23sock_diag: Simplify sock_diag_handlers[] handling in __sock_diag_rcv_msgMathias Krause1-17/+7
2013-02-23sock_diag: Fix out-of-bounds access to sock_diag_handlers[]Mathias Krause1-0/+3
2013-02-23vxlan: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-02-23mlx4_en: fix allocation of CPU affinity reverse-mapKleber Sacilotto de Souza1-1/+1
2013-02-23mlx4_en: fix allocation of device tx_cqKleber Sacilotto de Souza1-1/+1
2013-02-22tcp: fix SYN-data space mis-accountingYuchung Cheng1-7/+11
2013-02-22sock: only define socket limit if mem cgroup configuredstephen hemminger1-0/+2
2013-02-22net: fix possible deadlock in sum_frag_mem_limitEric Dumazet1-1/+7
2013-02-22net: fec: Fix division by zeroFabio Estevam1-34/+34
2013-02-22net: Fix locking bug in netif_set_xps_queueAlexander Duyck1-1/+3
2013-02-22ipv4: fix error handling in icmp_protocol.Li Wei3-1/+25
2013-02-22ipv6: use a stronger hash for tcpEric Dumazet4-6/+24
2013-02-22qlcnic: Bump up the version to 5.1.35Jitendra Kalsaria1-2/+2
2013-02-22qlcnic: Fix configure interrupts for 83xx adapter typesManish Chopra1-7/+0
2013-02-22qlcnic: Fix internal loopback test for 82xx adapterShahed Shaikh1-1/+1
2013-02-21net: fec: Ensure that initialization is done prior to request_irq()Fabio Estevam1-15/+15
2013-02-21ipv4: fix a bug in ping_err().Li Wei1-2/+2
2013-02-20sparc32: refactor smp bootSam Ravnborg6-78/+132
2013-02-20sparc64: Fix huge PMD to PTE translation for sun4u in TLB miss handler.David S. Miller1-9/+19
2013-02-20ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki / 吉藤英明4-38/+18
2013-02-20net: fix a wrong assignment in skb_split()Amerigo Wang1-1/+1
2013-02-20sparc64: Fix tsb_grow() in atomic context.David S. Miller6-16/+72
2013-02-20sparc64: Handle hugepage TSB being NULL.David S. Miller1-16/+22
2013-02-20sparc64: Fix gfp_flags setting in tsb_grow().David S. Miller1-1/+1
2013-02-20ip_gre: remove an extra dst_release()Eric Dumazet1-3/+1
2013-02-20hwmon: (ntc_thermistor): Fix sparse warningsSachin Kamat1-2/+2
2013-02-20hwmon: (adt7410) Add device table entry for the adt7420Lars-Peter Clausen2-3/+4
2013-02-20hwmon: (adt7410) Use I2C_ADDRS helper macroLars-Peter Clausen1-5/+1
2013-02-20hwmon: (adt7410) Use the SIMPLE_DEV_PM_OPS helper macroLars-Peter Clausen1-4/+2
2013-02-20hwmon: (adt7410) Let suspend/resume depend on CONFIG_PM_SLEEPLars-Peter Clausen1-1/+1
2013-02-20hwmon: (adt7410) Clear unwanted bits in the config registerLars-Peter Clausen1-0/+1
2013-02-19ppp: set qdisc_tx_busylock to avoid LOCKDEP splatEric Dumazet1-0/+8
2013-02-19atl1c: restore buffer stateHuang, Xiong1-1/+1
2013-02-19net: fix a build failure when !CONFIG_PROC_FSCong Wang3-9/+5
2013-02-19net: ipv4: fix waring -Wunused-variableGao feng1-4/+5
2013-02-19net: proc: fix build failed when procfs is not configuredGao feng1-6/+3
2013-02-19workqueue: un-GPL function delayed_work_timer_fn()Konstantin Khlebnikov1-1/+1
2013-02-19Revert "xen: netback: remove redundant xenvif_put"David S. Miller1-0/+1
2013-02-19sched/rt: Add <linux/sched/rt.h> header to <linux/init_task.h>Ingo Molnar1-0/+1
2013-02-19cputime: Remove irqsave from seqlock readersThomas Gleixner1-6/+4
2013-02-19net: move procfs code to net/core/net-procfs.cCong Wang5-459/+450
2013-02-19qmi_wwan, cdc-ether: add ADU960SDan Williams2-0/+14
2013-02-19bonding: set sysfs device_type to 'bond'Doug Goldstein1-0/+6
2013-02-19bonding: fix bond_release_all inconsistenciesnikolay@redhat.com1-117/+18
2013-02-19b44: use netdev_alloc_skb_ip_align()Hauke Mehrtens1-2/+1
2013-02-19xen: netback: remove redundant xenvif_putAndrew Jones1-1/+0
2013-02-19net: fec: Do a sanity check on the gpio numberFabio Estevam1-1/+4
2013-02-19ip_gre: propogate target device GSO capability to the tunnel deviceDmitry Kravkov1-2/+8