summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: af_alg - Allow to link sglTadeusz Struk2015-03-232-6/+16
* net: socket: add support for async operationstadeusz.struk@intel.com2015-03-233-2/+9
* netlink: Remove netlink_compare_arg.trailerHerbert Xu2015-03-211-2/+3
* Merge branch 'netcp-next'David S. Miller2015-03-205-341/+1303
|\
| * net: netcp: ethss: enhancement to support NetCP 1.5 ethssWingMan Kwok2015-03-202-36/+902
| * net: netcp: enclose macros in parenthesesKaricheri, Muralidharan2015-03-201-251/+272
| * net: netcp: select davinci_mdio driver by defaultKaricheri, Muralidharan2015-03-201-0/+1
| * net: netcp: use separate reg region for individual ethss modulesKaricheri, Muralidharan2015-03-202-44/+102
| * net: netcp: fix forward port number usage for 10G ethssKaricheri, Muralidharan2015-03-203-13/+29
|/
* net: neighbour: Document {mcast, ucast}_solicit, mcast_resolicit.YOSHIFUJI Hideaki/吉藤英明2015-03-201-1/+13
* net: neighbour: Add mcast_resolicit to configure the number of multicast reso...YOSHIFUJI Hideaki/吉藤英明2015-03-203-4/+13
* bgmac: allow enabling on ARCH_BCM_5301XRafał Miłecki2015-03-201-1/+1
* bgmac: register fixed PHY for ARM BCM470X / BCM5301X chipsetsRafał Miłecki2015-03-201-0/+34
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-03-204-9/+8
|\
| * igbvf: use netif_carrier_off earlier when bringing if downTodd Fujinaka2015-03-201-2/+1
| * igb: use netif_carrier_off earlier when bringing if downTodd Fujinaka2015-03-201-3/+1
| * e1000e: NVM write protect access removed from SPT HWYanir Lubetkin2015-03-201-1/+2
| * e1000e: call netif_carrier_off early on downEliezer Tamir2015-03-201-2/+2
| * ixgb: call netif_carrier_off early on downEliezer Tamir2015-03-201-1/+2
* | net: dsa: make NET_DSA manually selectable from the configMathieu Olivari2015-03-201-1/+4
* | switchdev: kernel-doc cleanup on swithdev opsScott Feldman2015-03-201-16/+7
* | Revert "selinux: add a skb_owned_by() hook"Eric Dumazet2015-03-205-27/+0
|/
* Merge branch 'ebpf-next'David S. Miller2015-03-206-83/+228
|\
| * act_bpf: add initial eBPF support for actionsDaniel Borkmann2015-03-203-83/+220
| * ebpf: add sched_act_type and map it to sk_filter's verifier opsDaniel Borkmann2015-03-203-0/+8
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-20348-1868/+3792
|\
| * net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfromAl Viro2015-03-201-0/+4
| * net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() beha...Catalin Marinas2015-03-201-0/+7
| * Merge branch 'be2net'David S. Miller2015-03-204-44/+108
| |\
| | * be2net: use PCI MMIO read instead of config read for errorsSuresh Reddy2015-03-202-11/+23
| | * be2net: restrict MODIFY_EQ_DELAY cmd to a max of 8 EQsSuresh Reddy2015-03-201-9/+5
| | * be2net: Prevent VFs from enabling VLAN promiscuous modeVasundhara Volam2015-03-204-24/+80
| |/
| * tcp: fix tcp fin memory accountingJosh Hunt2015-03-201-5/+1
| * ipv6: fix backtracking for throw routesSteven Barth2015-03-201-0/+1
| * net: ethernet: pcnet32: Setup the SRAM and NOUFLO on Am79C97{3, 5}Markos Chandras2015-03-201-2/+29
| * ipv6: call ipv6_proxy_select_ident instead of ipv6_select_ident in udp6_ufo_f...Sabrina Dubroca2015-03-201-5/+3
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-03-192-55/+185
| |\
| | * Revert "Input: synaptics - use dmax in input_mt_assign_slots"Dmitry Torokhov2015-03-161-4/+1
| | * Merge branch 'synaptics' into for-linusDmitry Torokhov2015-03-162-51/+184
| | |\
| | | * Input: synaptics - remove X250 from the topbuttonpad listBenjamin Tissoires2015-03-081-1/+0
| | | * Input: synaptics - remove X1 Carbon 3rd gen from the topbuttonpad listBenjamin Tissoires2015-03-081-1/+0
| | | * Input: synaptics - re-route tracksticks buttons on the Lenovo 2015 seriesBenjamin Tissoires2015-03-082-11/+41
| | | * Input: synaptics - remove TOPBUTTONPAD property for Lenovos 2015Benjamin Tissoires2015-03-081-1/+2
| | | * Input: synaptics - retrieve the extended capabilities in query $10Benjamin Tissoires2015-03-082-3/+43
| | | * Input: synaptics - do not retrieve the board id on old firmwaresBenjamin Tissoires2015-03-081-0/+4
| | | * Input: synaptics - handle spurious release of trackstick buttonsBenjamin Tissoires2015-03-081-8/+25
| | | * Input: synaptics - fix middle button on Lenovo 2015 productsDmitry Torokhov2015-03-081-23/+21
| | | * Input: synaptics - skip quirks when post-2013 dimensionsBenjamin Tissoires2015-03-081-1/+1
| | | * Input: synaptics - support min/max board id in min_max_pnpid_tableDaniel Martin2015-03-081-12/+30
| | | * Input: synaptics - remove obsolete min/max quirk for X240Daniel Martin2015-03-081-1/+1
OpenPOWER on IntegriCloud