summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-12-17sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala2-6/+11
2012-12-17sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...Tommi Rantala1-2/+5
2012-12-17inet_diag: validate port comparison byte code to prevent unsafe readsNeal Cardwell1-7/+24
2012-12-17inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run()Neal Cardwell1-11/+17
2012-12-17inet_diag: validate byte code to prevent oops in inet_diag_bc_run()Neal Cardwell1-3/+45
2012-12-17inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV stateNeal Cardwell1-14/+39
2012-12-17ipv4: ip_check_defrag must not modify skb before unsharingJohannes Berg1-10/+9
2012-12-17ipv4: avoid passing NULL to inet_putpeer() in icmpv4_xrlim_allow()Neal Cardwell1-1/+2
2012-12-17ipv4: do not cache looped multicastsJulian Anastasov1-2/+5
2012-12-17ipv6: fix inet6_csk_update_pmtu() return valueEric Dumazet1-1/+2
2012-12-10mac80211: fix remain-on-channel (non-)cancellingJohannes Berg1-2/+0
2012-12-03NFC: Fix nfc_llcp_local chained list insertionThierry Escande1-1/+1
2012-12-03can: bcm: initialize ifindex for timeouts without previous frame receptionOliver Hartkopp1-0/+3
2012-12-03mac80211: deinitialize ibss-internals after emptiness checkSimon Wunderlich1-4/+4
2012-12-03wireless: add back sysfs directoryJohannes Berg1-0/+20
2012-11-26NFC: Use dynamic initialization for rwlocksSzymon Janc1-2/+2
2012-11-26netfilter: nf_conntrack: fix rt_gateway checks for H.323 helperJulian Anastasov1-1/+2
2012-11-26netfilter: xt_TEE: don't use destination address found in headerEric Dumazet1-0/+1
2012-11-26netfilter: nf_nat: don't check for port change on ICMP tuplesUlrich Weber1-2/+4
2012-11-26tcp: handle tcp_net_metrics_init() order-5 memory allocation failuresEric Dumazet1-3/+9
2012-11-26tcp: fix retransmission in repair modeAndrew Vagin2-2/+6
2012-11-26net-rps: Fix brokeness causing OOO packetsTom Herbert1-1/+3
2012-11-26net: correct check in dev_addr_del()Jiri Pirko1-1/+2
2012-11-26ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return valueHannes Frederic Sowa1-0/+1
2012-11-26ipv4/ip_vti.c: VTI fix post-decryption forwardingSaurabh Mohan1-0/+5
2012-11-26ipv4: avoid undefined behavior in do_ip_setsockopt()Xi Wang1-13/+22
2012-11-26Bluetooth: Fix having bogus entries in mgmt_read_index_list replyJohan Hedberg1-5/+6
2012-11-26wireless: allow 40 MHz on world roaming channels 12/13Johannes Berg1-3/+2
2012-11-26mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purgeFelix Fietkau4-6/+20
2012-11-26mac80211: don't send null data packet when not associatedJohannes Berg1-0/+2
2012-11-26mac80211: sync acccess to tx_filtered/ps_tx_buf queuesArik Nemtsov1-0/+5
2012-11-17ipv6: send unsolicited neighbour advertisements to all-nodesHannes Frederic Sowa1-2/+1
2012-11-17af-packet: fix oops when socket is not presentEric Leblond1-1/+1
2012-11-17net: inet_diag -- Return error code if protocol handler is missedCyrill Gorcunov1-1/+4
2012-11-17tcp-repair: Handle zero-length data put in rcv queuePavel Emelyanov1-0/+3
2012-11-17l2tp: fix oops in l2tp_eth_create() error pathTom Parkin1-0/+1
2012-11-17net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer1-3/+5
2012-11-17ipv6: Set default hoplimit as zero.Li RongQing1-2/+2
2012-11-17net: fix secpath kmemleakEric Dumazet1-2/+4
2012-11-17tcp: fix FIONREAD/SIOCINQEric Dumazet1-5/+3
2012-11-17netlink: use kfree_rcu() in netlink_release()Eric Dumazet1-4/+15
2012-11-17ipv4: Fix flushing of cached routing informationsSteffen Klassert1-3/+6
2012-11-17sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()Zijie Pan1-1/+2
2012-11-17batman-adv: Fix broadcast packet CRC calculationLinus Lüssing2-5/+11
2012-11-17mac80211: fix SSID copy on IBSS JOINAntonio Quartulli1-1/+1
2012-11-17mac80211: make sure data is accessible in EAPOL checkJohannes Berg1-8/+10
2012-11-17mac80211: verify that skb data is presentJohannes Berg2-2/+33
2012-11-17mac80211: check management frame header lengthJohannes Berg1-4/+8
2012-11-17mac80211: don't inspect Sequence Control field on control framesJavier Cardona1-0/+4
2012-11-17mac80211: Only process mesh config header on frames that RA_MATCHJavier Cardona1-4/+2