summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-19net: sctp: propagate sysctl errors from proc_do* properlyDaniel Borkmann
2014-06-18net: return actual error on register_queue_kobjectsJie Liu
2014-06-18bonding: Advertize vxlan offload features when supportedOr Gerlitz
2014-06-18skge: Added FS A8NE-FM to the list of 32bit DMA boardsMirko Lindner
2014-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-06-18MAINTAINERS: merge ebtables into netfilter entryPablo Neira Ayuso
2014-06-18net: fec: Don't clear IPV6 header checksum field when IP accelerator enableFugang Duan
2014-06-17ptp: ptp_pch depends on x86_32Jean Delvare
2014-06-17hyperv: fix apparent cut-n-paste error in send path teardownDave Jones
2014-06-17tcp: remove unnecessary tcp_sk assignment.Dave Jones
2014-06-17net: tile: fix unused variable warningChris Metcalf
2014-06-17ptp: In the testptp utility, use clock_adjtime from glibc when availableChristian Riesch
2014-06-17isdn: hisax: Drop duplicate Kconfig entryJean Delvare
2014-06-17isdn: hisax: Merge Kconfig ifsJean Delvare
2014-06-17slcan: Port write_wakeup deadlock fix from slipTyler Hall
2014-06-17slip: Fix deadlock in write_wakeupTyler Hall
2014-06-17vmxnet3: adjust ring sizes when interface is downNeil Horman
2014-06-16netfilter: nf_nat: fix oops on netns removalFlorian Westphal
2014-06-16netfilter: ctnetlink: add zone size to lengthKen-ichirou MATSUZAWA
2014-06-16Merge branch 'ipvs'Pablo Neira Ayuso
2014-06-16netfilter: nft_nat: don't dump port information if unsetPablo Neira Ayuso
2014-06-16netfilter: nf_tables: indicate family when dumping set elementsPablo Neira Ayuso
2014-06-16netfilter: nft_compat: call {target, match}->destroy() to cleanup entryPablo Neira Ayuso
2014-06-16netfilter: nf_tables: fix wrong type in transaction when replacing rulesPablo Neira Ayuso
2014-06-16netfilter: nf_tables: decrement chain use counter when replacing rulesPablo Neira Ayuso
2014-06-16netfilter: nf_tables: use u32 for chain use counterPablo Neira Ayuso
2014-06-16netfilter: nf_tables: use RCU-safe list insertion when replacing rulesPablo Neira Ayuso
2014-06-16netfilter: ctnetlink: fix refcnt leak in dying/unconfirmed list dumperFlorian Westphal
2014-06-16netfilter: ctnetlink: fix dumping of dying/unconfirmed conntracksPablo Neira Ayuso
2014-06-16Linux 3.16-rc1Linus Torvalds
2014-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-06-16Merge tag 'clk-for-linus-3.16-part2' of git://git.linaro.org/people/mike.turq...Linus Torvalds
2014-06-16Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds
2014-06-15net: sctp: fix permissions for rto_alpha and rto_beta knobsDaniel Borkmann
2014-06-15Merge branch 'csum_fixes'David S. Miller
2014-06-15vxlan: Checksum fixesTom Herbert
2014-06-15net: add skb_pop_rcv_encapsulationTom Herbert
2014-06-15udp: call __skb_checksum_complete when doing full checksumTom Herbert
2014-06-15net: Fix save software checksum completeTom Herbert
2014-06-15net: Fix GSO constants to match NETIF flagsTom Herbert
2014-06-15Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2014-06-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-06-15Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds
2014-06-15fix __swap_writepage() compile failure on old gcc versionsAl Viro
2014-06-14Merge tag 'hsi-for-3.16-fixes1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-06-14Merge tag 'gpio-v3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2014-06-14Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-06-14Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-06-13udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookupEric Dumazet
2014-06-13vxlan: use dev->needed_headroom instead of dev->hard_header_lenCong Wang