summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2013-05-19ipv6: do not clear pinet6 fieldEric Dumazet1-0/+12
2013-05-19tcp: force a dst refcount when prequeue packetEric Dumazet1-0/+1
2013-05-01net: fix incorrect credentials passingLinus Torvalds1-1/+1
2013-03-28inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa1-0/+9
2013-03-28ipv4: fix definition of FIB_TABLE_HASHSZDenis V. Lunev1-7/+5
2013-02-28ipv6: use a stronger hash for tcpEric Dumazet3-4/+17
2013-01-17rtnetlink: Fix problem with buffer allocationGreg Rose1-1/+1
2013-01-17rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-2/+5
2013-01-11tcp: implement RFC 5961 3.2Eric Dumazet1-0/+1
2012-10-21ipvs: fix oops on NAT reply in br_nf contextLin Ming1-1/+1
2012-10-21netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso1-0/+1
2012-10-13xfrm: Workaround incompatibility of ESN and async cryptoSteffen Klassert1-0/+3
2012-10-02tcp: Apply device TSO segment limit earlierBen Hutchings1-0/+2
2012-07-16bonding: Fix corrupted queue_mappingEric Dumazet1-2/+5
2012-07-16cipso: handle CIPSO options correctly when NetLabel is disabledPaul Moore1-1/+28
2012-06-10sctp: check cached dst before using itNicolas Dichtel1-0/+13
2012-06-10ipv6: fix incorrect ipsec fragmentGao feng1-0/+1
2012-04-22Bluetooth: hci_core: fix NULL-pointer dereference at unregisterJohan Hovold1-0/+1
2012-02-29ipv4: reset flowi parameters on route connectJulian Anastasov2-0/+14
2012-02-29ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei1-0/+2
2012-02-29net: Make qdisc_skb_cb upper size bound explicit.David S. Miller1-1/+8
2012-02-13net: fix NULL dereferences in check_peer_redir()Eric Dumazet2-3/+25
2012-02-03netns: Fail conspicously if someone uses net_generic at an inappropriate time.Eric W. Biederman1-0/+1
2012-01-06sctp: fix incorrect overflow check on autocloseXi Wang1-0/+4
2011-11-11net: Handle different key sizes between address families in flow cachedpward1-0/+19
2011-11-11net: Align AF-specific flowi structs to longDavid Ward1-3/+3
2011-10-16ipv6: fix NULL dereference in udp6_ufo_fragment()Jason Wang1-1/+1
2011-10-03fs/9p: Use protocol-defined value for lock/getlock 'type' field.Jim Garlick1-0/+5
2011-10-03fs/9p: Add OS dependent open flags in 9p protocolAneesh Kumar K.V1-0/+24
2011-08-15ipv6: make fragment identifications less predictableEric Dumazet2-11/+3
2011-08-15net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller1-0/+20
2011-07-08sctp: ABORT if receive, reassmbly, or reodering queue is not empty while clos...Thomas Graf1-1/+1
2011-07-07sctp: Enforce retransmission limit during shutdownThomas Graf1-0/+1
2011-07-01ipv6: Don't put artificial limit on routing table size.David S. Miller1-0/+1
2011-07-01Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-1/+1
2011-06-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2011-06-27Fix some kernel-doc warningsVitaliy Ivanov1-1/+0
2011-06-27mac80211: fix rx->key NULL dereference during mic failureArik Nemtsov1-1/+1
2011-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+6
2011-06-16netfilter: nf_nat: avoid double seq_adjust for loopbackJulian Anastasov1-0/+6
2011-06-12Delay struct net freeing while there's a sysfs instance refering to itAl Viro1-1/+9
2011-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-1/+2
2011-05-31sctp: stop pending timers and purge queues when peer restart asocWei Yongjun2-1/+2
2011-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-1/+11
2011-05-27net: Kill ratelimit.h dependency in linux/net.hDavid S. Miller1-0/+8
2011-05-27net: Add linux/sysctl.h includes where needed.David S. Miller1-0/+1
2011-05-27Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6David S. Miller1-1/+2
2011-05-27IPVS: bug in ip_vs_ftp, same list heaad used in all netns.Hans Schillstrom1-1/+2
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds1-0/+1
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-2/+8