aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-07-28bridge: stp: when using userspace stp stop kernel hello and hold timersNikolay Aleksandrov3-4/+18
2015-07-27packet: missing dev_put() in packet_do_bind()Lars Westerhoff1-5/+3
2015-07-27macvtap: fix network header pointer for VLAN tagged pktsIvan Vecera1-0/+7
2015-07-27fib_trie: Drop unnecessary calls to leaf_pull_suffixAlexander Duyck1-4/+0
2015-07-27macb: Fix build with macro'ized readl/writel.David S. Miller2-15/+15
2015-07-27net: fec: Ensure clocks are enabled while using mdio busAndrew Lunn1-13/+76
2015-07-27net: netcp: Fixes SGMII reset on network interface shutdownWingMan Kwok3-2/+47
2015-07-27Merge branch 'macb-fixes'David S. Miller3-65/+108
2015-07-27net/macb: convert to kernel docAndy Shevchenko1-3/+11
2015-07-27net/macb: replace macb_count_tx_descriptors() by DIV_ROUND_UP()Andy Shevchenko1-8/+2
2015-07-27net/macb: suppress compiler warningsAndy Shevchenko2-6/+5
2015-07-27net/macb: use dev_*() when netdev is not yet registeredAndy Shevchenko1-2/+2
2015-07-27net/macb: check if macb_config presentAndy Shevchenko1-2/+1
2015-07-27net/macb: improve big endian CPU supportAndy Shevchenko2-44/+87
2015-07-27tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca5-10/+14
2015-07-27Merge branch 'r8152-fixes'David S. Miller1-48/+80
2015-07-27r8152: don't enable napi before rx readyhayeswang1-2/+4
2015-07-27r8152: fix wakeup settingshayeswang1-6/+22
2015-07-27r8152: fix the issue about U1/U2hayeswang1-40/+54
2015-07-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothDavid S. Miller1-0/+4
2015-07-26net: fec: introduce fec_ptp_stop and use in probe fail pathLucas Stach3-3/+13
2015-07-26net: fec: use managed DMA API functions to allocate BD ringLucas Stach1-2/+2
2015-07-26niu: don't count tx error twice in case of headroom realloc failsJiri Pirko1-3/+1
2015-07-26Merge branch 'inet-frag-fixes'David S. Miller6-47/+42
2015-07-26inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the testNikolay Aleksandrov4-5/+7
2015-07-26inet: frag: don't wait for timer deletion when evictingFlorian Westphal1-18/+11
2015-07-26inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal6-20/+20
2015-07-26inet: frag: don't re-use chainlist for evictorFlorian Westphal2-5/+5
2015-07-26net: sctp: stop spamming klog with rfc6458, 5.3.2. deprecation warningsDaniel Borkmann1-6/+0
2015-07-26Merge branch 'mlx4-fixes'David S. Miller4-5/+22
2015-07-26net/mlx4_en: Remove BUG_ON assert when checking if ring is fullIdo Shamay1-1/+0
2015-07-26net/mlx4_core: Relieve cpu load average on the port sending flowJack Morgenstein1-2/+15
2015-07-26net/mlx4_core: Fix wrong index in propagating port change event to VFsJack Morgenstein1-2/+2
2015-07-26net/mlx4_core: Use sink counter for the VF default as fallbackOr Gerlitz1-0/+5
2015-07-26bridge: netlink: fix slave_changelink/br_setport race conditionsNikolay Aleksandrov1-1/+9
2015-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller13-79/+164
2015-07-25cgroup: net_cls: fix false-positive "suspicious RCU usage"Konstantin Khlebnikov1-1/+2
2015-07-24sch_choke: drop all packets in queue during resetWANG Cong1-0/+13
2015-07-24sch_plug: purge buffered packets during resetWANG Cong1-0/+1
2015-07-24Merge branch 'fib_select_default-fixes'David S. Miller5-15/+35
2015-07-24ipv4: consider TOS in fib_select_defaultJulian Anastasov5-15/+30
2015-07-24ipv4: fib_select_default should match the prefixJulian Anastasov1-0/+5
2015-07-23Bluetooth: Fix NULL pointer dereference in smp_conn_securityJohan Hedberg1-0/+4
2015-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds79-811/+714
2015-07-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-4/+5
2015-07-22netfilter: nf_conntrack: Support expectations in different zonesJoe Stringer1-1/+2
2015-07-22ARM64/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu1-2/+2
2015-07-22arm64: switch_to: calculate cpu context pointer using separate registerWill Deacon1-2/+3
2015-07-21ravb: fix ring memory allocationSergei Shtylyov1-25/+34
2015-07-21net: phy: dp83867: Fix warning check for setting the internal delayDan Murphy1-1/+1