summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-10-13bridge: use br_port_get_rtnl within rtnl lockHong Zhiguo2-3/+3
2013-10-13bridge: Clamp forward_delay when enabling STPHerbert Xu3-8/+26
2013-10-13resubmit bridge: fix message_age_timer calculationChris Healy1-1/+1
2013-10-13net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmitDaniel Borkmann1-29/+13
2013-10-13netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov1-5/+4
2013-10-13netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_replySonic Zhang1-1/+1
2013-10-13net_sched: htb: fix a typo in htb_change_class()Vimalkumar1-1/+1
2013-10-13net: flow_dissector: fix thoff for IPPROTO_AHEric Dumazet1-2/+2
2013-10-13net: fix multiqueue selectionEric Dumazet1-1/+1
2013-10-13net: sctp: fix smatch warning in sctp_send_asconf_del_ipDaniel Borkmann1-0/+3
2013-10-13net: sctp: fix bug in sctp_poll for SOCK_SELECT_ERR_QUEUEDaniel Borkmann1-1/+1
2013-10-13net: fib: fib6_add: fix potential NULL pointer dereferenceDaniel Borkmann1-1/+1
2013-10-13ipv6/exthdrs: accept tlv which includes only paddingJiri Pirko1-6/+0
2013-10-13tcp: Add missing braces to do_tcp_setsockoptDave Jones1-1/+2
2013-10-13caif: Add missing braces to multiline if in cfctrl_linkup_requestDave Jones1-1/+2
2013-10-13HID: fix unused rsize usageJiri Kosina1-0/+1
2013-10-13HID: fix data access in implement()Jiri Kosina1-5/+9
2013-10-01netfilter: ipset: Fix serious failure in CIDR trackingOliver Smith1-12/+16
2013-10-01rpc: let xdr layer allocate gssproxy receieve pagesJ. Bruce Fields1-10/+6
2013-10-01rpc: fix huge kmalloc's in gss-proxyJ. Bruce Fields3-1/+37
2013-10-01rpc: comment on linux_cred encoding, treat all as unsignedJ. Bruce Fields1-8/+10
2013-10-01rpc: clean up decoding of gssproxy linux credsJ. Bruce Fields1-19/+13
2013-09-26libceph: use pg_num_mask instead of pgp_num_mask for pg.seed calcSage Weil1-1/+1
2013-09-26libceph: unregister request in __map_request failed and nofail == falsemajianpeng1-0/+2
2013-09-26net: Check the correct namespace when spoofing pid over SCM_RIGHTSAndy Lutomirski1-1/+1
2013-09-14net: ipv6: tcp: fix potential use after free in tcp_v6_do_rcvDaniel Borkmann1-1/+1
2013-09-14ipv6: fix null pointer dereference in __ip6addrlbl_addHannes Frederic Sowa1-25/+23
2013-09-14ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTOJiri Bohac1-1/+9
2013-09-14net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delayDaniel Borkmann1-1/+2
2013-09-14net: revert 8728c544a9c ("net: dev_pick_tx() fix")Eric Dumazet1-8/+3
2013-09-14tipc: set sk_err correctly when connection failsErik Hugne1-2/+2
2013-09-14tcp: tcp_make_synack() should use sock_wmallocPhil Oester1-1/+1
2013-09-14ipv6: Don't depend on per socket memory for neighbour discovery messagesThomas Graf1-6/+8
2013-09-14ipv4: sendto/hdrincl: don't use destination address found in headerChris Clark1-1/+2
2013-09-14tcp: don't apply tsoffset if rcv_tsecr is zeroAndrew Vagin1-3/+6
2013-09-14tcp: initialize rcv_tstamp for restored socketsAndrew Vagin1-0/+2
2013-09-14net_sched: restore "linklayer atm" handlingJesper Dangaard Brouer3-0/+55
2013-09-14bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita3-9/+9
2013-09-14packet: restore packet statistics tp_packets to include dropsWillem de Bruijn1-0/+2
2013-09-14tcp: set timestamps for restored skb-sAndrey Vagin1-0/+7
2013-09-14ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa1-0/+5
2013-09-14ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa1-6/+4
2013-09-14rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr() with ifinfomsg headerAsbjoern Sloth Toennesen1-1/+1
2013-09-14ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id.Pravin B Shelar1-1/+1
2013-09-14genl: Hold reference on correct module while netlink-dump.Pravin B Shelar1-9/+11
2013-09-14genl: Fix genl dumpit() locking.Pravin B Shelar1-5/+46
2013-09-14rtnetlink: Fix inverted check in ndo_dflt_fdb_del()Sridhar Samudrala1-1/+1
2013-09-14ip_gre: fix ipgre_header to return correct offset MIME-Version: 1.0Timo Teräs1-1/+1
2013-09-14ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not matchHannes Frederic Sowa1-4/+12
2013-09-14tcp: cubic: fix bug in bictcp_acked()Eric Dumazet1-1/+1