summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* net: Update the sysctl permissions handler to test effective uid/gidEric W. Biederman2013-10-131-2/+2
* Bluetooth: Fix rfkill functionality during the HCI setup stageJohan Hedberg2013-10-131-3/+12
* Bluetooth: Introduce a new HCI_RFKILLED flagJohan Hedberg2013-10-131-5/+10
* Bluetooth: Fix encryption key size for peripheral roleAndre Guedes2013-10-131-0/+2
* Bluetooth: Fix security level for peripheral roleAndre Guedes2013-10-131-1/+3
* ip6tnl: allow to use rtnl ops on fb tunnelNicolas Dichtel2013-10-131-0/+1
* sit: allow to use rtnl ops on fb tunnelNicolas Dichtel2013-10-131-0/+1
* ip_tunnel: Fix a memory corruption in ip_tunnel_xmitSteffen Klassert2013-10-131-6/+6
* ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine2013-10-131-2/+2
* ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine2013-10-131-2/+2
* ipv6: gre: correct calculation of max_headroomHannes Frederic Sowa2013-10-131-2/+2
* net: net_secret should not depend on TCPEric Dumazet2013-10-132-6/+25
* IPv6 NAT: Do not drop DNATed 6to4/6rd packetsCatalin(ux) M. BOIE2013-10-132-15/+96
* ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa2013-10-131-31/+22
* ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2013-10-138-12/+12
* ip: use ip_hdr() in __ip_make_skb() to retrieve IP headerAnsis Atteka2013-10-131-1/+1
* net:dccp: do not report ICMP redirects to user spaceDuan Jiong2013-10-131-0/+1
* net: sctp: rfc4443: do not report ICMP redirects to user spaceDaniel Borkmann2013-10-132-3/+2
* ip6_tunnels: raddr and laddr are inverted in nl msgDing Zhi2013-10-131-2/+2
* bridge: fix NULL pointer deref of br_port_get_rcuHong Zhiguo2013-10-131-4/+1
* bridge: use br_port_get_rtnl within rtnl lockHong Zhiguo2013-10-132-3/+3
* bridge: Clamp forward_delay when enabling STPHerbert Xu2013-10-133-8/+26
* resubmit bridge: fix message_age_timer calculationChris Healy2013-10-131-1/+1
* net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmitDaniel Borkmann2013-10-131-29/+13
* netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov2013-10-131-5/+4
* netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_replySonic Zhang2013-10-131-1/+1
* net_sched: htb: fix a typo in htb_change_class()Vimalkumar2013-10-131-1/+1
* net: flow_dissector: fix thoff for IPPROTO_AHEric Dumazet2013-10-131-2/+2
* net: fix multiqueue selectionEric Dumazet2013-10-131-1/+1
* net: sctp: fix smatch warning in sctp_send_asconf_del_ipDaniel Borkmann2013-10-131-0/+3
* net: sctp: fix bug in sctp_poll for SOCK_SELECT_ERR_QUEUEDaniel Borkmann2013-10-131-1/+1
* net: fib: fib6_add: fix potential NULL pointer dereferenceDaniel Borkmann2013-10-131-1/+1
* ipv6/exthdrs: accept tlv which includes only paddingJiri Pirko2013-10-131-6/+0
* tcp: Add missing braces to do_tcp_setsockoptDave Jones2013-10-131-1/+2
* caif: Add missing braces to multiline if in cfctrl_linkup_requestDave Jones2013-10-131-1/+2
* HID: fix unused rsize usageJiri Kosina2013-10-131-0/+1
* HID: fix data access in implement()Jiri Kosina2013-10-131-5/+9
* netfilter: ipset: Fix serious failure in CIDR trackingOliver Smith2013-10-011-12/+16
* rpc: let xdr layer allocate gssproxy receieve pagesJ. Bruce Fields2013-10-011-10/+6
* rpc: fix huge kmalloc's in gss-proxyJ. Bruce Fields2013-10-013-1/+37
* rpc: comment on linux_cred encoding, treat all as unsignedJ. Bruce Fields2013-10-011-8/+10
* rpc: clean up decoding of gssproxy linux credsJ. Bruce Fields2013-10-011-19/+13
* libceph: use pg_num_mask instead of pgp_num_mask for pg.seed calcSage Weil2013-09-261-1/+1
* libceph: unregister request in __map_request failed and nofail == falsemajianpeng2013-09-261-0/+2
* net: Check the correct namespace when spoofing pid over SCM_RIGHTSAndy Lutomirski2013-09-261-1/+1
* net: ipv6: tcp: fix potential use after free in tcp_v6_do_rcvDaniel Borkmann2013-09-141-1/+1
* ipv6: fix null pointer dereference in __ip6addrlbl_addHannes Frederic Sowa2013-09-141-25/+23
* ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTOJiri Bohac2013-09-141-1/+9
* net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delayDaniel Borkmann2013-09-141-1/+2
* net: revert 8728c544a9c ("net: dev_pick_tx() fix")Eric Dumazet2013-09-141-8/+3