summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-10-13net: Update the sysctl permissions handler to test effective uid/gidEric W. Biederman1-2/+2
2013-10-13Bluetooth: Fix rfkill functionality during the HCI setup stageJohan Hedberg1-3/+12
2013-10-13Bluetooth: Introduce a new HCI_RFKILLED flagJohan Hedberg1-5/+10
2013-10-13Bluetooth: Fix encryption key size for peripheral roleAndre Guedes1-0/+2
2013-10-13Bluetooth: Fix security level for peripheral roleAndre Guedes1-1/+3
2013-10-13ip6tnl: allow to use rtnl ops on fb tunnelNicolas Dichtel1-0/+1
2013-10-13sit: allow to use rtnl ops on fb tunnelNicolas Dichtel1-0/+1
2013-10-13ip_tunnel: Fix a memory corruption in ip_tunnel_xmitSteffen Klassert1-6/+6
2013-10-13ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine1-2/+2
2013-10-13ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine1-2/+2
2013-10-13ipv6: gre: correct calculation of max_headroomHannes Frederic Sowa1-2/+2
2013-10-13net: net_secret should not depend on TCPEric Dumazet2-6/+25
2013-10-13IPv6 NAT: Do not drop DNATed 6to4/6rd packetsCatalin(ux) M. BOIE2-15/+96
2013-10-13ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa1-31/+22
2013-10-13ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka8-12/+12
2013-10-13ip: use ip_hdr() in __ip_make_skb() to retrieve IP headerAnsis Atteka1-1/+1
2013-10-13net:dccp: do not report ICMP redirects to user spaceDuan Jiong1-0/+1
2013-10-13net: sctp: rfc4443: do not report ICMP redirects to user spaceDaniel Borkmann2-3/+2
2013-10-13ip6_tunnels: raddr and laddr are inverted in nl msgDing Zhi1-2/+2
2013-10-13bridge: fix NULL pointer deref of br_port_get_rcuHong Zhiguo1-4/+1
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