summaryrefslogtreecommitdiffstats
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-30openvswitch: Remove vport stats.Pravin B Shelar5-170/+56
2015-08-30openvswitch: Remove egress_tun_info.Pravin B Shelar8-20/+7
2015-08-30openvswitch: Remove vport get_name()Pravin B Shelar1-5/+1
2015-08-29geneve: Use GRO cells infrastructure.Jesse Gross1-1/+16
2015-08-29openvswitch: retain parsed IPv6 header fields in flow on error skipping exten...Simon Horman1-6/+15
2015-08-29net/smsc911x: Fix deferred probe for interruptTony Lindgren1-1/+4
2015-08-29vxlan: do not receive IPv4 packets on IPv6 socketJiri Benc3-1/+12
2015-08-29fou: reject IPv6 configJiri Benc1-1/+1
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc9-2/+24
2015-08-29ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc7-13/+7
2015-08-29net: FIB tracepointsDavid Ahern4-0/+120
2015-08-29sctp: Do not try to search for the transport twiceVlad Yasevich1-1/+1
2015-08-29bonding: fix bond_poll_controller bh_enable warningNikolay Aleksandrov1-2/+0
2015-08-29sh_eth: propagate platform_get_irq() error upstreamSergei Shtylyov1-3/+1
2015-08-29ravb: propagate platform_get_irq() error upstreamSergei Shtylyov1-1/+1
2015-08-29sctp: ASCONF-ACK with Unresolvable Address should be sentlucien1-2/+13
2015-08-29netlink: mmap: fix lookup frame positionKen-ichirou MATSUZAWA1-2/+2
2015-08-29netlink: add NETLINK_CAP_ACK socket optionChristophe Ricard2-3/+25
2015-08-29openvswitch: Fix conntrack compilation without mark.Joe Stringer1-3/+14
2015-08-29bpf: add support for %s specifier to bpf_trace_printk()Alexei Starovoitov1-2/+30
2015-08-29lib: introduce strncpy_from_unsafe()Alexei Starovoitov3-16/+47
2015-08-29netpoll: warn on netpoll_send_udp users who haven't disabled irqsNikolay Aleksandrov1-0/+2
2015-08-28phylib: simplify NULL checksSergei Shtylyov2-5/+5
2015-08-28phylib: simplify bogus phy_device_create() resultSergei Shtylyov1-1/+1
2015-08-28net: sched: don't break line in tc_classify loop notificationDaniel Borkmann1-5/+4
2015-08-28sfc: Allow driver to cope with a lower number of VIs than it needs for RSSShradha Shah6-28/+72
2015-08-28cxgb4: Force uninitialized state if FW in adapter is unsupportedHariprasad Shenai4-0/+72
2015-08-28openswitch: fix typo CONFIG_NF_CONNTRACK_LABELValentin Rothberg1-1/+1
2015-08-28net: Add support for VRFs to inetpeer cacheDavid Ahern4-9/+21
2015-08-28net: Refactor inetpeer address structDavid Ahern1-16/+19
2015-08-28net: Add helper function to compare inetpeer addressesDavid Ahern3-23/+19
2015-08-28net: Add set,get helpers for inetpeer addressesDavid Ahern2-38/+50
2015-08-28net: Introduce ipv4_addr_hash and use it for tcp metricsDavid Ahern2-6/+11
2015-08-28net: Add ethernet header for pass through VRF deviceDavid Ahern1-3/+45
2015-08-28net/xen-netfront: only napi_synchronize() if runningChas Williams1-1/+2
2015-08-28IGMP: Inhibit reports for local multicast groupsPhilip Downey3-1/+33
2015-08-28r8169: Add software counter for multicast packagesCorinna Vinschen1-5/+4
2015-08-28Bluetooth: hci_bcm: Fix crash on suspendFrederic Danis1-10/+26
2015-08-28netfilter: reduce sparse warningsFlorian Westphal4-8/+5
2015-08-28Revert "netfilter: xtables: compute exact size needed for jumpstack"Florian Westphal3-45/+25
2015-08-28Bluetooth: Fix SCO link type handling on connection completeKuba Pawlak1-2/+10
2015-08-28Bluetooth: hci_intel: Add support for platform driverLoic Poulain1-13/+189
2015-08-28Bluetooth: btintel: Add MODULE_FIRMWARE entries for iBT 3.0 controllersMarcel Holtmann1-0/+2
2015-08-28Bluetooth: btusb: Correct typos based on checkpatch.plMinjune Kim1-2/+2
2015-08-28Bluetooth: hci_intel: Add Intel baudrate configuration supportLoic Poulain1-0/+119
2015-08-28Bluetooth: hci_uart: Fix zero len data packet reception issueLoic Poulain1-2/+7
2015-08-28nl802154: stricter input checking for boolean inputsStefan Schmidt1-4/+12
2015-08-28Bluetooth: Make the function sco_conn_del have a return type of voidNicholas Krause1-3/+2
2015-08-28Bluetooth: btmrvl: change device pointer passed to dev_coredumpvShengzhen Li1-2/+1
2015-08-28net: sched: simplify attach_one_default_qdisc()Phil Sutter1-29/+12