summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-09-09netfilter: Validate the sequence number of dataless ACK packets as wellJozsef Kadlecsik1-8/+2
2012-09-09netfilter: Mark SYN/ACK packets as invalid from original directionJozsef Kadlecsik1-11/+8
2012-09-09netfilter: nfnetlink_queue: remove pointless conditional before kfree_skb()Wei Yongjun1-2/+1
2012-09-09netfilter: nf_nat: fix out-of-bounds access in address selectionFlorian Westphal1-1/+1
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso10-19/+12
2012-09-08netlink: kill netlink_set_nonrootPablo Neira Ayuso3-18/+15
2012-09-08net: small bug on rxhash calculationChema Gonzalez1-5/+6
2012-09-07net: rt_cache_flush() cleanupEric Dumazet1-17/+2
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville52-704/+1403
2012-09-07Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville5-17/+17
2012-09-07ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel6-34/+21
2012-09-07scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Eric W. Biederman2-7/+12
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-17/+27
2012-09-07igmp: avoid drop_monitor false positivesEric Dumazet1-11/+19
2012-09-07ipv6: fix handling of throw routesNicolas Dichtel1-1/+8
2012-09-07udp: increment UDP_MIB_INERRORS if copy failedEric Dumazet2-0/+16
2012-09-07SUNRPC: Fix a UDP transport regressionTrond Myklebust3-14/+24
2012-09-06tcp: fix TFO regressionEric Dumazet2-7/+4
2012-09-06netfilter: take care of timewait socketsEric Dumazet2-22/+25
2012-09-05Fix order of arguments to compat_put_time[spec|val]Mikulas Patocka1-2/+2
2012-09-05ipv6: fix handling of blackhole and prohibit routesNicolas Dichtel1-4/+28
2012-09-05net: qdisc busylock needs lockdep annotationsEric Dumazet2-2/+10
2012-09-05netfilter: ipv6: using csum_ipv6_magic requires net/ip6_checksum.hStephen Rothwell1-0/+1
2012-09-05net: add unknown state to sysfs NIC duplex exportNikolay Aleksandrov1-3/+15
2012-09-05tcp: fix possible socket refcount problem for ipv6Julian Anastasov1-2/+3
2012-09-05tcp: add generic netlink support for tcp_metricsJulian Anastasov1-13/+341
2012-09-05Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville3-6/+11
2012-09-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville4-11/+16
2012-09-05netfilter: fix crash during boot if NAT has been compiled built-inPablo Neira Ayuso1-1/+1
2012-09-05cfg80211: fix indentationHila Gonen1-1/+1
2012-09-05wext: include wireless event id when it has a size problemArend van Spriel1-4/+4
2012-09-05mac80211: Various small fixes for cfg.c: mpath_set_pinfo()LEO Airwarosu Yoichi Shinoda1-5/+4
2012-09-05mac80211: don't use kerneldoc for ieee80211_add_rx_radiotap_headerJohannes Berg1-1/+1
2012-09-05cfg80211: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-4/+2
2012-09-04l2tp: fix a typo in l2tp_eth_dev_recv()Eric Dumazet1-1/+1
2012-09-04net: Providing protocol type via system.sockprotoname xattr of /proc/PID/fd e...Masatake YAMATO1-5/+78
2012-09-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller10-171/+317
2012-09-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller3-7/+9
2012-09-04net: Add INET dependency on aes crypto for the sake of TCP fastopen.David S. Miller1-0/+2
2012-09-04sctp: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-6/+4
2012-09-04xfrm: Workaround incompatibility of ESN and async cryptoSteffen Klassert2-1/+16
2012-09-04l2tp: fix a lockdep splatEric Dumazet1-0/+4
2012-09-04netrom: copy_datagram_iovec can failAlan Cox1-1/+6
2012-09-04nl80211: fix possible memory leak nl80211_connect()Wei Yongjun1-1/+3
2012-09-04mac80211: clear bssid on auth/assoc failureEliad Peller1-0/+4
2012-09-04mac80211: Do not check for valid hw_queues for P2P_DEVICEIlan Peer1-7/+9
2012-09-03openvswitch: Increase maximum number of datapath ports.Pravin B Shelar7-51/+113
2012-09-03openvswitch: Fix FLOW_BUFSIZE definition.Jesse Gross1-3/+5
2012-09-03Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller66-1680/+3393
2012-09-03fq_codel: dont reinit flow stateEric Dumazet1-1/+1