summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | Revert "drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets"Vlad Yasevich2015-02-032-8/+1
| | * | | | | | | | | | | | | | ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich2015-02-034-21/+47
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | xen-netback: stop the guest rx thread after a fatal errorDavid Vrabel2015-02-022-2/+3
| * | | | | | | | | | | | | | net/mlx4_core: Fix kernel Oops (mem corruption) when working with more than 8...Jack Morgenstein2015-02-022-2/+3
| * | | | | | | | | | | | | | isdn: off by one in connect_res()Dan Carpenter2015-02-021-1/+1
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-02-027-63/+120
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | netfilter: nf_tables: fix leaks in error path of nf_tables_newchain()Pablo Neira Ayuso2015-01-301-2/+6
| | * | | | | | | | | | | | | | ipvs: rerouting to local clients is not needed anymoreJulian Anastasov2015-01-301-11/+22
| | * | | | | | | | | | | | | | netfilter: nf_tables: disable preemption when restoring chain countersPablo Neira Ayuso2015-01-261-0/+2
| | * | | | | | | | | | | | | | netfilter: nf_tables: validate hooks in NAT expressionsPablo Neira Ayuso2015-01-196-50/+90
| * | | | | | | | | | | | | | | Documentation: Update netlink_mmap.txtRichard Weinberger2015-02-021-10/+3
| * | | | | | | | | | | | | | | sunvnet: set queue mapping when doing packet copiesDavid L Stevens2015-02-021-0/+1
| * | | | | | | | | | | | | | | qlge: Fix qlge_update_hw_vlan_features to handle if interface is downMarcelo Leitner2015-02-021-10/+16
| * | | | | | | | | | | | | | | ipv4: tcp: get rid of ugly unicast_sockEric Dumazet2015-02-014-33/+37
| * | | | | | | | | | | | | | | net: sched: fix panic in rate estimatorsEric Dumazet2015-01-311-8/+5
| * | | | | | | | | | | | | | | hyperv: Fix the error processing in netvsc_send()Haiyang Zhang2015-01-311-3/+8
| * | | | | | | | | | | | | | | drivers: net: xgene: fix: Out of order descriptor bytes readIyappan Subramanian2015-01-301-0/+2
| * | | | | | | | | | | | | | | Merge branch 'vlan_get_protocol'David S. Miller2015-01-305-55/+61
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | ixgbevf: Fix checksum error when using stacked vlanToshiaki Makita2015-01-301-2/+2
| | * | | | | | | | | | | | | | | ixgbe: Fix checksum error when using stacked vlanToshiaki Makita2015-01-301-1/+1
| | * | | | | | | | | | | | | | | igbvf: Fix checksum error when using stacked vlanToshiaki Makita2015-01-301-8/+11
| | * | | | | | | | | | | | | | | net: Fix vlan_get_protocol for stacked vlanToshiaki Makita2015-01-302-44/+47
| |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...Saran Maruti Ramanara2015-01-301-1/+1
| * | | | | | | | | | | | | | | netlink: fix wrong subscription bitmask to group mapping inPablo Neira2015-01-301-2/+2
| * | | | | | | | | | | | | | | ipv4: Don't increase PMTU with Datagram Too Big message.Li Wei2015-01-291-0/+3
| * | | | | | | | | | | | | | | Merge branch 'arm-build-fixes'David S. Miller2015-01-294-6/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | net: am2150: fix nmclan_cs.c shared interrupt handlingArnd Bergmann2015-01-291-0/+2
| | * | | | | | | | | | | | | | | net: lance,ni64: don't build for ARMArnd Bergmann2015-01-291-2/+2
| | * | | | | | | | | | | | | | | net: wan: add missing virt_to_bus dependenciesArnd Bergmann2015-01-291-3/+3
| | * | | | | | | | | | | | | | | net: cs89x0: always build platform code if !HAS_IOPORT_MAPArnd Bergmann2015-01-291-1/+2
| |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | ppp: deflate: never return len larger than output bufferFlorian Westphal2015-01-291-1/+1
| * | | | | | | | | | | | | | | Merge branch 'netns'David S. Miller2015-01-293-7/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | vxlan: setup the right link netns in newlink hdlrNicolas Dichtel2015-01-291-5/+5
| | * | | | | | | | | | | | | | | caif: remove wrong dev_net_set() callNicolas Dichtel2015-01-292-2/+0
| |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | lib/checksum.c: fix build for generic csum_tcpudp_nofoldkarl beldan2015-01-291-9/+9
| * | | | | | | | | | | | | | | tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet2015-01-281-0/+1
| * | | | | | | | | | | | | | | lib/checksum.c: fix carry in csum_tcpudp_nofoldkarl beldan2015-01-281-2/+10
| * | | | | | | | | | | | | | | bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu2015-01-281-1/+5
| * | | | | | | | | | | | | | | Merge branch 'tcp_stretch_acks'David S. Miller2015-01-287-40/+44
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | tcp: fix timing issue in CUBIC slope calculationNeal Cardwell2015-01-281-0/+8
| | * | | | | | | | | | | | | | | tcp: fix stretch ACK bugs in CUBICNeal Cardwell2015-01-281-22/+9
| | * | | | | | | | | | | | | | | tcp: fix stretch ACK bugs in RenoNeal Cardwell2015-01-281-4/+6
| | * | | | | | | | | | | | | | | tcp: fix the timid additive increase on stretch ACKsNeal Cardwell2015-01-281-6/+9
| | * | | | | | | | | | | | | | | tcp: stretch ACK fixes prepNeal Cardwell2015-01-287-11/+15
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-02-052-3/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | sd: Fix max transfer length for 4k disksBrian King2015-02-021-2/+4
| * | | | | | | | | | | | | | | | scsi: fix device handler detach oopsMike Christie2015-02-021-1/+2
* | | | | | | | | | | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-02-0513-27/+54
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | drm/cirrus: Limit modes depending on bpp optionTakashi Iwai2015-02-054-2/+15
| * | | | | | | | | | | | | | | | | Merge tag 'drm-amdkfd-fixes-2015-02-02' of git://people.freedesktop.org/~gabb...Dave Airlie2015-02-033-4/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud