summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-31doc:net: Fix typo in Documentation/networkingMasanari Iida11-20/+20
2013-10-30bgmac: don't update slot on skb alloc/dma mapping errorNathan Hintz1-6/+14
2013-10-30ibm emac: Fix locking for enable/disable eob irqAlistair Popple1-0/+4
2013-10-30ibm emac: Don't call napi_complete if napi_reschedule failedAlistair Popple1-8/+4
2013-10-30virtio-net: correctly handle cpu hotplug notifier during resumingJason Wang1-7/+6
2013-10-30bridge: pass correct vlan id to multicast codeVlad Yasevich4-29/+25
2013-10-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller3-5/+19
2013-10-30net: x25: Fix dead URLs in KconfigMichael Drüing1-2/+2
2013-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+6
2013-10-29netfilter: xt_NFQUEUE: fix --queue-bypass regressionHolger Eitzenberger1-1/+6
2013-10-29xen-netback: use jiffies_64 value to calculate credit timeoutWei Liu3-7/+7
2013-10-29cxgb3: Fix length calculation in write_ofld_wr() on 32-bit architecturesBen Hutchings1-1/+2
2013-10-29bnx2x: Disable VF access on PF removalAriel Elior1-1/+15
2013-10-29bnx2x: prevent FW assert on low mem during unloadDmitry Kravkov1-5/+5
2013-10-29tcp: gso: fix truesize trackingEric Dumazet1-8/+5
2013-10-28pkt_sched: fq: clear time_next_packet for reused flowsEric Dumazet1-0/+1
2013-10-28Documentation/networking: netdev-FAQ typo correctionsRandy Dunlap1-11/+11
2013-10-28tcp: do not rearm RTO when future data are sackedYuchung Cheng1-3/+10
2013-10-28tcp: only take RTT from timestamps if new data is ackedYuchung Cheng1-1/+2
2013-10-28tcp: fix SYNACK RTT estimation in Fast OpenYuchung Cheng1-5/+13
2013-10-28be2net: Warn users of possible broken functionality on BE2 cards with very ol...Somnath Kotur2-0/+15
2013-10-26Merge branch 'qlcnic'David S. Miller3-10/+9
2013-10-26qlcnic: Do not read QLCNIC_FW_CAPABILITY_MORE_CAPS bit for 83xx adapterShahed Shaikh2-5/+7
2013-10-26qlcnic: Do not force adapter to perform LRO without destination IP checkShahed Shaikh1-5/+2
2013-10-26ax88179_178a: Remove AX_MEDIUM_ALWAYS_ONE bit in AX_MEDIUM_STATUS_MODE regist...Freddy Xin1-6/+5
2013-10-26ipv6: ip6_dst_check needs to check for expired dst_entriesHannes Frederic Sowa1-3/+6
2013-10-26ipv6: reset dst.expires value when clearing expire flagHannes Frederic Sowa1-0/+1
2013-10-26netpoll: fix rx_hook() interface by passing the skbAntonio Quartulli2-15/+21
2013-10-26netconsole: fix multiple race conditionsNikolay Aleksandrov1-7/+3
2013-10-26netconsole: fix NULL pointer dereferenceNikolay Aleksandrov1-0/+8
2013-10-26net: wan: sbni: remove assembly crc32 codeSebastian Siewior1-89/+0
2013-10-24net: sctp: fix ASCONF to allow non SCTP_ADDR_SRC addresses in ipv6Daniel Borkmann1-1/+3
2013-10-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-13/+25
2013-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds11-65/+111
2013-10-23Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds8-21/+60
2013-10-23platform/x86: fix asus-wmi build errorRandy Dunlap1-0/+1
2013-10-23bcache: Fixed incorrect order of arguments to bio_alloc_bioset()Kent Overstreet1-1/+1
2013-10-23Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds16-65/+158
2013-10-23Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds6-0/+31
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds137-715/+1311
2013-10-22ax88179_178a: Add VID:DID for Samsung USB Ethernet AdapterFreddy Xin1-1/+18
2013-10-22ax88179_178a: Correct the RX error definition in RX headerFreddy Xin1-2/+2
2013-10-22Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing3-22/+28
2013-10-22sony-laptop: don't change keyboard backlight settingsMattia Dongili1-17/+9
2013-10-22vfs: fix new kernel-doc warningsRandy Dunlap1-8/+7
2013-10-22fs/namei.c: fix new kernel-doc warningRandy Dunlap1-1/+2
2013-10-22Merge tag 'sound-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds11-19/+34
2013-10-22netfilter: x_tables: fix ordering of jumpstack allocation and table updateWill Deacon4-1/+21
2013-10-22Merge tag 'jfs-3.12' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-2/+1
2013-10-22Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds22-72/+207