summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: netcp: select davinci_mdio driver by defaultKaricheri, Muralidharan2015-03-211-0/+1
* net: netcp: use separate reg region for individual ethss modulesKaricheri, Muralidharan2015-03-212-44/+102
* net: netcp: fix forward port number usage for 10G ethssKaricheri, Muralidharan2015-03-213-13/+29
* net: neighbour: Document {mcast, ucast}_solicit, mcast_resolicit.YOSHIFUJI Hideaki/吉藤英明2015-03-211-1/+13
* net: neighbour: Add mcast_resolicit to configure the number of multicast reso...YOSHIFUJI Hideaki/吉藤英明2015-03-213-4/+13
* bgmac: allow enabling on ARCH_BCM_5301XRafał Miłecki2015-03-211-1/+1
* bgmac: register fixed PHY for ARM BCM470X / BCM5301X chipsetsRafał Miłecki2015-03-211-0/+34
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-03-214-9/+8Star
|\
| * igbvf: use netif_carrier_off earlier when bringing if downTodd Fujinaka2015-03-211-2/+1Star
| * igb: use netif_carrier_off earlier when bringing if downTodd Fujinaka2015-03-211-3/+1Star
| * e1000e: NVM write protect access removed from SPT HWYanir Lubetkin2015-03-211-1/+2
| * e1000e: call netif_carrier_off early on downEliezer Tamir2015-03-211-2/+2
| * ixgb: call netif_carrier_off early on downEliezer Tamir2015-03-211-1/+2
* | net: dsa: make NET_DSA manually selectable from the configMathieu Olivari2015-03-211-1/+4
* | switchdev: kernel-doc cleanup on swithdev opsScott Feldman2015-03-211-16/+7Star
* | Revert "selinux: add a skb_owned_by() hook"Eric Dumazet2015-03-215-27/+0Star
|/
* Merge branch 'ebpf-next'David S. Miller2015-03-216-83/+228
|\
| * act_bpf: add initial eBPF support for actionsDaniel Borkmann2015-03-213-83/+220
| * ebpf: add sched_act_type and map it to sk_filter's verifier opsDaniel Borkmann2015-03-213-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/+5Star
| | * be2net: Prevent VFs from enabling VLAN promiscuous modeVasundhara Volam2015-03-204-24/+80
| |/
| * tcp: fix tcp fin memory accountingJosh Hunt2015-03-201-5/+1Star
| * 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/+3Star
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-03-202-55/+185
| |\
| | * Revert "Input: synaptics - use dmax in input_mt_assign_slots"Dmitry Torokhov2015-03-161-4/+1Star
| | * Merge branch 'synaptics' into for-linusDmitry Torokhov2015-03-162-51/+184
| | |\
| | | * Input: synaptics - remove X250 from the topbuttonpad listBenjamin Tissoires2015-03-091-1/+0Star
| | | * Input: synaptics - remove X1 Carbon 3rd gen from the topbuttonpad listBenjamin Tissoires2015-03-091-1/+0Star
| | | * Input: synaptics - re-route tracksticks buttons on the Lenovo 2015 seriesBenjamin Tissoires2015-03-092-11/+41
| | | * Input: synaptics - remove TOPBUTTONPAD property for Lenovos 2015Benjamin Tissoires2015-03-091-1/+2
| | | * Input: synaptics - retrieve the extended capabilities in query $10Benjamin Tissoires2015-03-092-3/+43
| | | * Input: synaptics - do not retrieve the board id on old firmwaresBenjamin Tissoires2015-03-091-0/+4
| | | * Input: synaptics - handle spurious release of trackstick buttonsBenjamin Tissoires2015-03-091-8/+25
| | | * Input: synaptics - fix middle button on Lenovo 2015 productsDmitry Torokhov2015-03-091-23/+21Star
| | | * Input: synaptics - skip quirks when post-2013 dimensionsBenjamin Tissoires2015-03-091-1/+1
| | | * Input: synaptics - support min/max board id in min_max_pnpid_tableDaniel Martin2015-03-091-12/+30
| | | * Input: synaptics - remove obsolete min/max quirk for X240Daniel Martin2015-03-091-1/+1
| | | * Input: synaptics - query min dimensions for fw v8.1Daniel Martin2015-03-091-2/+8
| | | * Input: synaptics - log queried and quirked dimension valuesDaniel Martin2015-03-091-0/+10
| | | * Input: synaptics - split synaptics_resolution(), query firstDaniel Martin2015-03-091-12/+23
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2015-03-201-2/+17
| |\ \ \
| | * | | fuse: explicitly set /dev/fuse file's private_dataTom Van Braeckel2015-03-191-0/+12
| | * | | fuse: set stolen page uptodateMiklos Szeredi2015-02-261-2/+2