aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-12-08tipc: simplify relationship between name table lock and node lockYing Xue1-9/+10
2014-12-08tipc: any name table member must be protected under name table lockYing Xue1-1/+2
2014-12-08tipc: ensure all name sequences are properly protected with its lockYing Xue1-21/+27
2014-12-08tipc: ensure all name sequences are released when name table is stoppedYing Xue1-4/+3
2014-12-08tipc: make name table allocated dynamicallyYing Xue3-65/+55
2014-12-08tipc: remove size variable from publ_list structYing Xue1-12/+7
2014-12-08udp: Neaten and reduce size of compute_score functionsJoe Perches2-99/+125
2014-12-08net: bcmgenet: enable driver to work without a device treePetri Gynther4-33/+143
2014-12-08hyperv: Add support for vNIC hot removalHaiyang Zhang4-0/+10
2014-12-08test: bpf: expand DIV_KX to DIV_MOD_KXDenis Kirjanov1-2/+8
2014-12-08Merge branch 'tstamp-next'David S. Miller5-25/+146
2014-12-08net-timestamp: expand documentation and testWillem de Bruijn2-20/+93
2014-12-08net-timestamp: allow reading recv cmsg on errqueue with origin tstampWillem de Bruijn4-6/+52
2014-12-08ipv4: warn once on passing AF_INET6 socket to ip_recv_errorWillem de Bruijn1-0/+2
2014-12-05Merge branch 'ebpf-next'David S. Miller31-5/+987
2014-12-05samples: bpf: large eBPF program in CAlexei Starovoitov3-0/+263
2014-12-05samples: bpf: trivial eBPF program in CAlexei Starovoitov4-1/+89
2014-12-05samples: bpf: elf_bpf file loaderAlexei Starovoitov3-0/+267
2014-12-05samples: bpf: example of stateful socket filteringAlexei Starovoitov4-0/+144
2014-12-05net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov18-2/+155
2014-12-05bpf: verifier: add checks for BPF_ABS | BPF_IND instructionsAlexei Starovoitov2-2/+69
2014-12-05tun/macvtap: use consume_skb() instead of kfree_skb() when neededJason Wang2-2/+8
2014-12-05net-PA Semi: Deletion of unnecessary checks before the function call "pci_dev_put"Markus Elfring1-4/+2
2014-12-05net-ipvlan: Deletion of an unnecessary check before the function call "free_percpu"Markus Elfring1-2/+1
2014-12-05net: cassini: Deletion of an unnecessary check before the function call "vfree"Markus Elfring1-2/+1
2014-12-05stmmac: pci: allocate memory resources dynamicallyAndy Shevchenko1-24/+31
2014-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller28-254/+372
2014-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller18-323/+2404
2014-12-05ixgbevf: fix possible crashes in probe and removeEmil Tantilov1-4/+13
2014-12-05ixgbevf: add support for X550 VFsEmil Tantilov5-5/+38
2014-12-05ixgbe: fix crash on rmmod after probe failEmil Tantilov1-2/+8
2014-12-05ixgbe: bump version numberDon Skidmore1-1/+1
2014-12-05ixgbe: Add X550 support function pointersDon Skidmore10-59/+1732
2014-12-05ixgbe: cleanup checksum to allow error resultsDon Skidmore4-53/+96
2014-12-05ixgbe: add methods for combined read and write operationsDon Skidmore3-0/+188
2014-12-05ixgbe: Add x550 SW/FW semaphore supportDon Skidmore5-29/+25
2014-12-05ixgbe: Add timeout parameter to ixgbe_host_interface_commandDon Skidmore2-13/+37
2014-12-05ixgbe: add support for X550 extended RSS supportDon Skidmore5-25/+107
2014-12-05ixgbe: remove CIAA/D register reads from bad VF checkEmil Tantilov1-71/+74
2014-12-05ixgbe: Look up MAC address in Open Firmware or IDPROMMartin K Petersen1-0/+35
2014-12-05ixgbe: Remove tail write abstraction and add missing barrierAlexander Duyck2-25/+20
2014-12-05ixgbe: Clean-up page reuse codeAlexander Duyck1-42/+36
2014-12-03netfilter: ipset: Explicitly add padding elements to hash:net, net and hash:net, port, netJozsef Kadlecsik2-0/+4
2014-12-03netfilter: ipset: Allocate the proper size of memory when /0 networks are supportedJozsef Kadlecsik1-2/+1
2014-12-03netfilter: ipset: Simplify cidr handling for hash:*net* typesJozsef Kadlecsik1-28/+28
2014-12-03netfilter: ipset: Indicate when /0 networks are supportedJozsef Kadlecsik2-1/+2
2014-12-03netfilter: ipset: Alignment problem between 64bit kernel 32bit userspaceJozsef Kadlecsik3-6/+88
2014-12-03netfilter: ipset: Support updating extensions when the set is fullJozsef Kadlecsik1-23/+17
2014-12-02tun: Fix GSO meta-data handling in tun_get_userHerbert Xu1-1/+1
2014-12-02Merge branch 'rocker-next'David S. Miller35-105/+5366