Age | Commit message (Expand) | Author | Files | Lines |
2014-07-29 | Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 178 | -2748/+6570 |
2014-07-29 | bonding: fix a memory leak in bond_arp_send_all() | Dan Carpenter | 1 | -2/+1 |
2014-07-29 | netlink: Fix shadow warning on jiffies | Mark Rustad | 1 | -3/+3 |
2014-07-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 19 | -1395/+896 |
2014-07-28 | Merge branch 'inet_frag_kill_lru_list' | David S. Miller | 11 | -267/+305 |
2014-07-28 | inet: frag: set limits and make init_net's high_thresh limit global | Nikolay Aleksandrov | 5 | -9/+40 |
2014-07-28 | inet: frag: use seqlock for hash rebuild | Florian Westphal | 6 | -44/+62 |
2014-07-28 | inet: frag: remove periodic secret rebuild timer | Florian Westphal | 7 | -33/+40 |
2014-07-28 | inet: frag: remove lru list | Florian Westphal | 6 | -44/+4 |
2014-07-28 | inet: frag: don't account number of fragment queues | Florian Westphal | 7 | -19/+5 |
2014-07-28 | inet: frag: move eviction of queues to work queue | Florian Westphal | 5 | -47/+112 |
2014-07-28 | inet: frag: move evictor calls into frag_find function | Florian Westphal | 6 | -35/+9 |
2014-07-28 | inet: frag: remove hash size assumptions from callers | Florian Westphal | 5 | -23/+19 |
2014-07-28 | inet: frag: constify match, hashfn and constructor arguments | Florian Westphal | 6 | -29/+30 |
2014-07-26 | e1000e: Fix Runtime PM blocks EEE link negotiation in S5 | David Ertman | 1 | -0/+26 |
2014-07-26 | e1000e: Fix EEE in S5 w/ Runtime PM enabled | David Ertman | 1 | -1/+6 |
2014-07-26 | e1000e: Add support for EEE in Sx states | David Ertman | 2 | -2/+20 |
2014-07-26 | e1000e: Add code to check return values on NVM accesses | David Ertman | 3 | -8/+23 |
2014-07-26 | e1000e: Fix CRC errors with jumbo traffic | David Ertman | 2 | -1/+2 |
2014-07-26 | ixgbe: Make return values more direct | Mark Rustad | 11 | -1010/+742 |
2014-07-26 | ixgbevf: Remove unused get_supported_physical_layer pointer | Mark Rustad | 1 | -1/+0 |
2014-07-26 | ixgbe: Delete a bunch of dead code | Mark Rustad | 4 | -275/+0 |
2014-07-26 | ixgbe: Fix ixgbe_write_mbx error result | Mark Rustad | 1 | -6/+5 |
2014-07-26 | ixgbe: Correct X540 semaphore error | Mark Rustad | 1 | -18/+16 |
2014-07-26 | ixgbe: Fix spurious release of semaphore in EEPROM access | Mark Rustad | 1 | -70/+53 |
2014-07-26 | ixgbe: Convert some udelays to usleep_range | Mark Rustad | 2 | -5/+5 |
2014-07-25 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 4 | -12/+25 |
2014-07-25 | ipv6: remove obsolete comment in ip6_append_data() | Li RongQing | 1 | -1/+0 |
2014-07-25 | Merge branch 'macb-next' | David S. Miller | 3 | -75/+399 |
2014-07-25 | net/macb: enable scatter-gather feature and set DMA burst length for sama5d4 gem | Cyrille Pitchen | 1 | -0/+6 |
2014-07-25 | ARM: at91: change compatibility string for sama5d3x gem | Cyrille Pitchen | 1 | -1/+1 |
2014-07-25 | net/macb: add RX checksum offload feature | Cyrille Pitchen | 2 | -4/+51 |
2014-07-25 | net/macb: add TX checksum offload feature | Cyrille Pitchen | 1 | -0/+29 |
2014-07-25 | net/macb: add scatter-gather hw feature | Cyrille Pitchen | 2 | -52/+240 |
2014-07-25 | net/macb: configure for FIFO mode and non-gigabit | Nicolas Ferre | 2 | -20/+74 |
2014-07-25 | drivers: net: cpsw: cleanup: remove unused function | Mugunthan V N | 1 | -11/+0 |
2014-07-25 | net/mlx4_en: mlx4_en_[gs]et_priv_flags() can be static | Fengguang Wu | 1 | -2/+2 |
2014-07-25 | bfin_mac: convert bfin Ethernet driver to NAPI framework | Sonic Zhang | 3 | -32/+53 |
2014-07-25 | net: do not name the pointer to struct net_device net | WANG Cong | 1 | -71/+71 |
2014-07-25 | isdn: use constants instead of magicnumbers | Himangi Saraogi | 1 | -2/+2 |
2014-07-25 | cxgb4: Fixed incorrect check for memory operation in t4_memory_rw | Hariprasad Shenai | 1 | -1/+1 |
2014-07-25 | net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn' | Alexei Starovoitov | 6 | -39/+39 |
2014-07-25 | fec: Simplify the PM related hooks | Fabio Estevam | 1 | -6/+2 |
2014-07-25 | net_sched: remove exceptional & on function name | Himangi Saraogi | 1 | -1/+1 |
2014-07-25 | neigh: remove exceptional & on function name | Himangi Saraogi | 1 | -1/+1 |
2014-07-25 | igmp: remove exceptional & on function name | Himangi Saraogi | 1 | -1/+1 |
2014-07-25 | Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 7 | -29/+201 |
2014-07-25 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 18 | -80/+958 |
2014-07-24 | openvswitch: Add skb_clone NULL check for the sampling action. | Andy Zhou | 1 | -0/+2 |
2014-07-24 | openvswitch: Sample action without side effects | Simon Horman | 1 | -11/+37 |