summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | ipv6: check return value of ipv6_get_lladdrHannes Frederic Sowa2013-06-251-5/+4
| | * | | | | | | | | | | | macvtap: fix recovery from gup errorsMichael S. Tsirkin2013-06-251-2/+4
| | * | | | | | | | | | | | tun: fix recovery from gup errorsMichael S. Tsirkin2013-06-251-2/+4
| | * | | | | | | | | | | | gre: fix a possible skb leakEric Dumazet2013-06-253-9/+14
| | * | | | | | | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-06-253-3/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-253-3/+7
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2013-06-241-1/+1
| | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery2013-06-231-1/+1
| | | | * | | | | | | | | | | | | ath9k_htc: Handle IDLE state transition properlySujith Manoharan2013-06-241-1/+1
| | | | * | | | | | | | | | | | | ath9k: fix an RCU issue in calling ieee80211_get_tx_ratesFelix Fietkau2013-06-241-1/+5
| | * | | | | | | | | | | | | | | ipv6: Process unicast packet with Router Alert by checking flag in skb.YOSHIFUJI Hideaki / 吉藤英明2013-06-251-3/+2
| | * | | | | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-06-246-8/+15
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | netfilter: ipt_ULOG: fix incorrect setting of ulog timerGao feng2013-06-241-4/+8
| | | * | | | | | | | | | | | | | netfilter: ctnetlink: send event when conntrack label was modifiedFlorian Westphal2013-06-242-1/+2
| | | * | | | | | | | | | | | | | netfilter: nf_nat_sip: fix manglingBalazs Peter Odor2013-06-241-1/+2
| | | * | | | | | | | | | | | | | netfilter: nf_conntrack_ipv6: Plug sk_buff leak in fragment handlingPhil Oester2013-06-201-1/+1
| | | * | | | | | | | | | | | | | ipvs: SCTP ports should be writable in ICMP packetsJulian Anastasov2013-06-191-1/+2
| | * | | | | | | | | | | | | | | qlcnic: Do not sleep while holding spinlockShahed Shaikh2013-06-241-1/+1
| | * | | | | | | | | | | | | | | drivers: net: cpsw: fix compilation error with cpsw driverMugunthan V N2013-06-241-0/+1
| | * | | | | | | | | | | | | | | tcp: doc : fix the syncookies default valueShan Wei2013-06-241-2/+2
| | * | | | | | | | | | | | | | | sh_eth: fix misreporting of transmit abortSergei Shtylyov2013-06-241-2/+3
| | * | | | | | | | | | | | | | | sh_eth: fix unhandled RFE interruptSergei Shtylyov2013-06-242-16/+19
| | * | | | | | | | | | | | | | | qmi_wwan: add various Novatel Gobi1K IDsDan Williams2013-06-241-1/+7
| | * | | | | | | | | | | | | | | net: eth: davicnci_cpdma: check dma map errorSebastian Siewior2013-06-241-0/+7
| | * | | | | | | | | | | | | | | bonding: fix slave speed reporting in bond_miimon_commitNikolay Aleksandrov2013-06-241-1/+2
| | * | | | | | | | | | | | | | | net/mlx_en: Timestamping is not supported in slave modeAmir Vadai2013-06-241-0/+3
| | * | | | | | | | | | | | | | | net: vlan: fix comment for vlan_ethhdr->h_vlan_protoOlaf Hering2013-06-191-1/+1
| | * | | | | | | | | | | | | | | ipv6: don't call addrconf_dst_alloc again when enable loGao feng2013-06-191-0/+3
| | * | | | | | | | | | | | | | | mv643xx_eth: Allocate receive queue initialized to zeroLubomir Rintel2013-06-191-1/+1
| | * | | | | | | | | | | | | | | pxa168_eth: Allocate receive queue initialized to zeroLubomir Rintel2013-06-191-2/+2
| | * | | | | | | | | | | | | | | sfc: Remove write permission from phy_type attributeBen Hutchings2013-06-191-1/+1
| | * | | | | | | | | | | | | | | netdev: octeon_mgmt: Fix structure layout for little-endian.David Daney2013-06-191-7/+15
| | * | | | | | | | | | | | | | | netdev: octeon_mgmt: Correct tx IFG workaround.David Daney2013-06-191-3/+6
| | * | | | | | | | | | | | | | | ipv4: Fixed MD5 key lookups when adding/ removing MD5 to/ from TCP sockets.Aydin Arik2013-06-191-2/+2
| | * | | | | | | | | | | | | | | stmmac: fix EEE setupGiuseppe CAVALLARO2013-06-192-37/+33
| | * | | | | | | | | | | | | | | drivers: net: cpsw: fix cpsw clock gating issue across suspend/resumeMugunthan V N2013-06-191-0/+2
| | * | | | | | | | | | | | | | | netlink: export netlink_diag.h headerstephen hemminger2013-06-191-0/+1
| | * | | | | | | | | | | | | | | net: fec: Fix build for MCF5272Guenter Roeck2013-06-191-0/+14
| | * | | | | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-191-2/+9
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / | | | |/| | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-06-191-2/+9
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / / | | | |/| | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | nl80211: fix attrbuf access race by allocating a separate oneJohannes Berg2013-06-191-2/+9
| | * | | | | | | | | | | | | | | vxlan: fix check for migration of static entrystephen hemminger2013-06-191-1/+1
| | * | | | | | | | | | | | | | | can: usb_8dev: unregister netdev before free()ingMarc Kleine-Budde2013-06-191-1/+4
| | * | | | | | | | | | | | | | | ipv6: ndisc: fix ndisc_send_redirect writing to the wrong skbMatthias Schiffer2013-06-171-1/+1
| | * | | | | | | | | | | | | | | bridge: fix switched interval for MLD Query typesLinus Lüssing2013-06-171-2/+3
| | * | | | | | | | | | | | | | | vlan: restore ethtool ABI to control VLAN hardware accelerationFernando Luis Vazquez Cao2013-06-171-3/+3
| | * | | | | | | | | | | | | | | net: cpsw: check for cpts pointer after its allocationSebastian Siewior2013-06-171-1/+1
| | * | | | | | | | | | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-06-1718-52/+142
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-1718-52/+142
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / /
| | | | * | | | | | | | | | | | | | brcmfmac: free primary net_device when brcmf_bus_start() failsArend van Spriel2013-06-131-0/+4
OpenPOWER on IntegriCloud