summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-11-17netfilter: nfnetlink: fix insufficient validation in nfnetlink_bindPablo Neira Ayuso1-1/+11
2014-11-17ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann2-10/+10
2014-11-16Merge branch 'net_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/pshel...David S. Miller3-12/+21
2014-11-16dcbnl : Disable software interrupts before taking dcb_lockAnish Bhatt1-18/+18
2014-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller7-56/+32
2014-11-16ipv4: Fix incorrect error code when adding an unreachable routePanu Matilainen1-0/+4
2014-11-15openvswitch: Validate IPv6 flow key and mask values.Jarno Rajahalme1-0/+7
2014-11-15openvswitch: Convert dp rcu read operation to locked operationsPravin B Shelar1-7/+7
2014-11-15openvswitch: Fix NDP flow mask validationDaniele Di Proietto1-1/+1
2014-11-15openvswitch: Fix checksum calculation when modifying ICMPv6 packets.Jesse Gross1-2/+6
2014-11-15openvswitch: Fix memory leak.Pravin B Shelar1-2/+0
2014-11-15Merge tag 'master-2014-11-11' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller1-0/+3
2014-11-14netfilter: conntrack: fix race in __nf_conntrack_confirm against get_next_corpsebill bonaparte1-6/+8
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds20-97/+91
2014-11-13libceph: change from BUG to WARN for __remove_osd() assertsIlya Dryomov1-2/+2
2014-11-13libceph: clear r_req_lru_item in __unregister_linger_request()Ilya Dryomov1-0/+2
2014-11-13libceph: unlink from o_linger_requests when clearing r_osdIlya Dryomov1-0/+1
2014-11-13libceph: do not crash on large auth ticketsIlya Dryomov1-37/+132
2014-11-12netlink: Properly unbind in error conditions.Hiroaki SHIMODA1-2/+3
2014-11-12netfilter: nf_tables: restore synchronous object release from commit/abortPablo Neira Ayuso1-16/+8
2014-11-12netfilter: nft_compat: use the match->table to validate dependenciesPablo Neira Ayuso1-2/+2
2014-11-12netfilter: nft_compat: relax chain type validationPablo Neira Ayuso1-30/+2
2014-11-12netfilter: nft_compat: use current net namespacePablo Neira Ayuso1-2/+2
2014-11-12ipvs: Keep skb->sk when allocating headroom on tunnel xmitCalvin Owens1-0/+2
2014-11-11ipv6: fix IPV6_PKTINFO with v4 mappedEric Dumazet1-1/+1
2014-11-11net: sctp: fix memory leak in auth key managementDaniel Borkmann1-2/+0
2014-11-11net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...Daniel Borkmann1-0/+3
2014-11-11netfilter: ipset: small potential read beyond the end of bufferDan Carpenter1-0/+6
2014-11-10udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete.Jesse Gross1-0/+2
2014-11-10Merge tag 'mac80211-for-john-2014-11-10' of git://git.kernel.org/pub/scm/linu...John W. Linville1-0/+3
2014-11-10netfilter: nft_masq: fix uninitialized range in nft_masq_{ipv4, ipv6}_evalDaniel Borkmann2-0/+2
2014-11-07Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller7-31/+31
2014-11-06net: dsa: slave: Fix autoneg for phys on switch MDIO busAndrew Lunn1-2/+5
2014-11-06mac80211: Fix regression that triggers a kernel BUG with CCMPRonald Wahl1-0/+3
2014-11-06tcp: zero retrans_stamp if all retrans were ackedMarcelo Leitner1-29/+31
2014-11-05geneve: Unregister pernet subsys on module unload.Jesse Gross1-0/+1
2014-11-05geneve: Set GSO type on transmit.Jesse Gross1-0/+2
2014-11-04Merge tag 'mac80211-for-john-2014-11-04' of git://git.kernel.org/pub/scm/linu...John W. Linville7-31/+31
2014-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-16/+19
2014-11-03gre6: Move the setting of dev->iflink into the ndo_init functions.Steffen Klassert1-2/+3
2014-11-03sit: Use ipip6_tunnel_init as the ndo_init function.Steffen Klassert1-9/+6
2014-11-03vti6: Use vti6_dev_init as the ndo_init function.Steffen Klassert1-10/+1
2014-11-03ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function.Steffen Klassert1-9/+1
2014-11-03netfilter: nft_reject_bridge: Fix powerpc build errorGuenter Roeck1-0/+1
2014-11-03mac80211: fix use-after-free in defragmentationJohannes Berg1-7/+7
2014-11-02irda: stop calling sk_prot->disconnect() on connection failureLinus Torvalds1-2/+0
2014-10-31libceph: eliminate unnecessary allocation in process_one_ticket()Ilya Dryomov1-15/+10
2014-10-31net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0Guenter Roeck1-2/+4
2014-10-31mpls: Allow mpls_gso to be built as modulePravin B Shelar1-1/+1
2014-10-31mpls: Fix mpls_gso handler.Pravin B Shelar1-2/+1