summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-05-04Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller3-34/+36
2010-05-04net: rcu fixesEric Dumazet1-0/+29
2010-05-03net: Use explicit "unsigned int" instead of plain "unsigned" in netdevice.hDavid S. Miller1-5/+5
2010-05-03net: fix softnet_statChangli Gao1-10/+7
2010-05-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller4-1/+4
2010-05-03net: fix compile error due to double return type in SOCK_DEBUGJan Engelhardt1-1/+1
2010-05-02net: Inline skb_pull() in eth_type_trans().David S. Miller1-0/+5
2010-05-02net: sock_def_readable() and friends RCU conversionEric Dumazet3-33/+39
2010-05-01sctp: Tag messages that can be Nagle delayed at creation.Vlad Yasevich1-5/+3
2010-05-01sctp: fast recovery algorithm is per association.Vlad Yasevich1-6/+6
2010-05-01sctp: update transport initializationsVlad Yasevich1-1/+1
2010-05-01sctp: Save some room in the sctp_transport by using bitfieldsVlad Yasevich1-22/+27
2010-05-01sctp: remove 'resent' bit from the chunkVlad Yasevich1-2/+1
2010-05-01sctp: discard ABORT chunk with zero verification tag in COOKIE-WAIT stateWei Yongjun1-1/+1
2010-05-01net: speedup sock_recv_ts_and_drops()Eric Dumazet1-1/+18
2010-04-29net: ip_queue_rcv_skb() helperEric Dumazet1-0/+1
2010-04-29net: speedup udp receive pathEric Dumazet1-0/+10
2010-04-29sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CV...Neil Horman1-0/+1
2010-04-28caif: Rewritten socket implementationSjur Braendeland1-2/+3
2010-04-28caif: Disconnect without waiting for responseSjur Braendeland1-3/+4
2010-04-28caif: Add reference counting to service layerSjur Braendeland3-0/+40
2010-04-28caif: Rename functions in cfcnfg and caif_devSjur Braendeland2-7/+9
2010-04-28sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich1-0/+1
2010-04-28sctp: avoid irq lock inversion while call sk->sk_data_ready()Wei Yongjun1-0/+1
2010-04-28net: disallow to use net_assign_generic externallyJiri Pirko1-7/+2
2010-04-28net: sk_add_backlog() take rmem_alloc into accountEric Dumazet1-2/+11
2010-04-28net: batch skb dequeueing from softnet input_pkt_queueChangli Gao1-2/+4
2010-04-28net: Make RFS socket operations not be inet specific.David S. Miller2-37/+38
2010-04-28net: reimplement softnet_data.output_queue as a FIFO queueChangli Gao1-0/+1
2010-04-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller3-9/+7
2010-04-27igb: add support for reporting 5GT/s during probe on PCIe Gen2Alexander Duyck1-0/+3
2010-04-27net: fix a lockdep rcu warning in __sk_dst_set()Eric Dumazet1-2/+5
2010-04-27rps: inet_rps_save_rxhash() argument is not constEric Dumazet1-1/+1
2010-04-27TCP: avoid to send keepalive probes if receiving dataFlavio Leitner1-0/+8
2010-04-27net: suppress RCU lockdep false positive in twsk_net()Paul E. McKenney1-1/+3
2010-04-26net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy2-8/+6
2010-04-26net: fib_rules: mark arguments to fib_rules_register const and __net_initdataPatrick McHardy1-1/+1
2010-04-24Merge branch 'net-next-2.6_20100423a/br/br_multicast_v3' of git://git.linux-i...David S. Miller1-0/+75
2010-04-24IPv6: Complete IPV6_DONTFRAG supportBrian Haley2-0/+4
2010-04-24IPv6: Add dontfrag argument to relevant functionsBrian Haley2-2/+4
2010-04-24IPv6: data structure changes for new socket optionsBrian Haley2-4/+11
2010-04-23Merge branch 'master' into for-davemJohn W. Linville4-5/+17
2010-04-23ipv6 mcast: Introduce include/net/mld.h for MLD definitions.YOSHIFUJI Hideaki1-0/+75
2010-04-23remove DCB_PROTO_VERSION as we don't do netlink versioningScott Feldman1-2/+0
2010-04-23X25: Add if_x25.h and x25 to device identifiersAndrew Hendry3-0/+28
2010-04-23dst: rcu check refinementEric Dumazet1-1/+2
2010-04-23net: Socket filter ancilliary data access for skb->dev->typePaul LeoNerd Evans1-1/+2
2010-04-23tcp: fix outsegs stat for TSO segmentsTom Herbert2-0/+3
2010-04-23IPv6: Generic TTL Security Mechanism (final version)Stephen Hemminger2-0/+4
2010-04-22ks8842: Add platform data for setting mac addressRichard Röjfors1-0/+34