summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-11sctp: fix up a spacingwangweidong1-5/+2
2013-12-11sctp: add check rto_min and rto_max in sysctlwangweidong1-4/+65
2013-12-11sctp: check the rto_min and rto_max in setsockoptwangweidong1-10/+22
2013-12-11ipv6: do not erase dst address with flow label destinationFlorent Fourcot6-6/+0
2013-12-11sctp: properly latch and use autoclose value from sock to associationNeil Horman5-17/+13
2013-12-11Merge branch 'tipc'David S. Miller2-6/+12
2013-12-11tipc: protect handler_enabled variable with qitem_lock spin lockYing Xue1-3/+8
2013-12-11tipc: correct the order of stopping services at rmmodJon Paul Maloy1-3/+4
2013-12-11tg3: Initialize REG_BASE_ADDR at PCI config offset 120 to 0Nat Gurumoorthy1-0/+3
2013-12-11net: Revert macvtap/tun truncation signalling changes.David S. Miller2-26/+24
2013-12-11macvtap: signal truncated packetsJason Wang1-13/+14
2013-12-11tun: unbreak truncated packet signallingJason Wang1-11/+12
2013-12-11vxlan: release rt when found circular routeFan Du1-1/+1
2013-12-11net: unix: allow set_peek_off to failSasha Levin3-4/+8
2013-12-11Merge branch 'sfc-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller6-23/+101
2013-12-11net: allwinner: emac: Add missing free_irqMaxime Ripard1-2/+3
2013-12-11inet: fix NULL pointer Oops in fib(6)_rule_suppressStefan Tomanek2-2/+9
2013-12-10net: drop_monitor: fix the value of maxattrChangli Gao1-1/+0
2013-12-10net: emaclite: add barriers to support Xilinx Zynq platformSrikanth Thokala1-0/+13
2013-12-10net: emaclite: Remove unnecessary code that enables/disables interrupts on PO...Srikanth Thokala1-38/+0
2013-12-10ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa1-5/+3
2013-12-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-28/+45
2013-12-10packet: fix send path when running with proto == 0Daniel Borkmann2-25/+50
2013-12-08netfilter: nf_tables: fix missing rules flushing per tablePablo Neira Ayuso1-13/+33
2013-12-08netfilter: xt_hashlimit: fix proc entry leak in netns destroy pathSergey Popovich1-14/+11
2013-12-07sfc: Poll for MCDI completion once before timeout occursRobert Stonehouse1-4/+12
2013-12-07sfc: Refactor efx_mcdi_poll() by introducing efx_mcdi_poll_once()Robert Stonehouse1-6/+17
2013-12-07sfc: RX buffer allocation takes prefix size into account in IP header alignmentAndrew Rybchenko3-4/+9
2013-12-07sfc: Maintain current frequency adjustment when applying a time offsetBen Hutchings1-2/+2
2013-12-07sfc: Stop/re-start PTP when stopping/starting the datapath.Alexandre Rames3-3/+33
2013-12-07sfc: Rate-limit log message for PTP packets without a matching timestamp eventBen Hutchings1-2/+3
2013-12-07sfc: PTP: Moderate log message on event queue overflowLaurence Evans1-2/+21
2013-12-07virtio-net: free bufs correctly on invalid packet lengthMichael Dalton1-3/+3
2013-12-07net: mvneta: Fix incorrect DMA unmapping sizeEzequiel Garcia1-2/+2
2013-12-07br: fix use of ->rx_handler_data in code executed on non-rx_handler pathJiri Pirko2-1/+11
2013-12-07sfc: Add length checks to efx_xmit_with_hwtstamp() and efx_ptp_is_ptp_tx()Ben Hutchings1-0/+4
2013-12-07virtio: delete napi structures from netdev before releasing memoryAndrey Vagin1-0/+5
2013-12-07virtio-net: determine type of bufs correctlyAndrey Vagin1-3/+3
2013-12-07bonding: fix packets_per_slave showingNikolay Aleksandrov1-2/+2
2013-12-07be2net: Free/delete pmacs (in be_clear()) only if they existSomnath Kotur1-8/+15
2013-12-07be2net: Fix Lancer error recovery to distinguish FW downloadSomnath Kotur2-4/+17
2013-12-06tun: update file current positionZhi Yong Wu1-0/+2
2013-12-06macvtap: update file current positionZhi Yong Wu1-0/+2
2013-12-06net: clear local_df when passing skb between namespacesHannes Frederic Sowa1-0/+1
2013-12-06tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling.Eric W. Biederman2-11/+2
2013-12-06forcedeth: run loopback test only on chipsets that support itIvan Vecera1-3/+5
2013-12-06bonding: add arp_ip_target checks when install the moduledingtianhong1-3/+3
2013-12-06bnx2x: avoid null pointer dereference when enabling SR-IOVMichal Kalderon1-0/+5
2013-12-06sctp: disable max_burst when the max_burst is 0wangweidong1-1/+1
2013-12-06net: davinci_emac: Fix platform data handling and make usable for am3517Tony Lindgren2-2/+26