| Commit message (Expand) | Author | Age | Files | Lines |
* | pkt_sched: Fix tx queue selection in tc_modify_qdisc | Jarek Poplawski | 2009-09-15 | 1 | -1/+1 |
* | bonding: remap muticast addresses without using dev_close() and dev_open() | Moni Shoua | 2009-09-15 | 1 | -0/+2 |
* | tcp: fix ssthresh u16 leftover | Ilpo Järvinen | 2009-09-15 | 1 | -0/+7 |
* | net: constify struct inet6_protocol | Alexey Dobriyan | 2009-09-14 | 1 | -3/+3 |
* | net: constify struct net_protocol | Alexey Dobriyan | 2009-09-14 | 1 | -4/+3 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2009-09-10 | 3 | -4/+4 |
|\ |
|
| * | netfilter: nfnetlink: constify message attributes and headers | Patrick McHardy | 2009-08-25 | 1 | -1/+1 |
| * | netlink: constify nlmsghdr arguments | Patrick McHardy | 2009-08-25 | 2 | -3/+3 |
* | | net_sched: fix estimator lock selection for mq child qdiscs | Patrick McHardy | 2009-09-09 | 1 | -0/+1 |
* | | net_sched: add classful multiqueue dummy scheduler | David S. Miller | 2009-09-06 | 1 | -0/+4 |
* | | net_sched: move dev_graft_qdisc() to sch_generic.c | Patrick McHardy | 2009-09-06 | 1 | -0/+2 |
* | | sctp: turn flags in 'struct sctp_association' into bit fields | Wei Yongjun | 2009-09-04 | 1 | -12/+9 |
* | | sctp: Sysctl configuration for IPv4 Address Scoping | Bhaskar Dutta | 2009-09-04 | 2 | -0/+17 |
* | | sctp: Turn flags in 'sctp_packet' into bit fields | Vlad Yasevich | 2009-09-04 | 1 | -16/+6 |
* | | sctp: Fix SCTP_MAXSEG socket option to comply to spec. | Vlad Yasevich | 2009-09-04 | 2 | -3/+5 |
* | | sctp: Don't do NAGLE delay on large writes that were fragmented small | Vlad Yasevich | 2009-09-04 | 1 | -1/+1 |
* | | sctp: drop a_rwnd to 0 when receive buffer overflows. | Vlad Yasevich | 2009-09-04 | 1 | -0/+6 |
* | | sctp: Send user messages to the lower layer as one | Vlad Yasevich | 2009-09-04 | 2 | -0/+4 |
* | | sctp: Disallow new connection on a closing socket | Vlad Yasevich | 2009-09-04 | 1 | -1/+1 |
* | | sctp: remove unused union (sctp_cmsg_data_t) definition | Rami Rosen | 2009-09-04 | 1 | -6/+0 |
* | | tcp: replace hard coded GFP_KERNEL with sk_allocation | Wu Fengguang | 2009-09-02 | 1 | -1/+1 |
* | | vlan: multiqueue vlan device | Eric Dumazet | 2009-09-02 | 1 | -0/+3 |
* | | inet: inet_connection_sock_af_ops const | Stephen Hemminger | 2009-09-02 | 1 | -1/+1 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-09-02 | 4 | -8/+8 |
|\ \ |
|
| * | | pkt_sched: Revert tasklet_hrtimer changes. | David S. Miller | 2009-09-01 | 1 | -2/+2 |
| * | | pkt_sched: Convert qdisc_watchdog to tasklet_hrtimer | David S. Miller | 2009-08-22 | 1 | -2/+2 |
| * | | net: restore gnet_stats_basic to previous definition | Eric Dumazet | 2009-08-17 | 4 | -8/+8 |
* | | | net: make neigh_ops constant | Stephen Hemminger | 2009-09-01 | 2 | -2/+2 |
* | | | RTO connection timeout: coding style fixes and comments | Damian Lukowski | 2009-09-01 | 1 | -7/+12 |
* | | | netns: embed ip6_dst_ops directly | Alexey Dobriyan | 2009-09-01 | 3 | -23/+31 |
* | | | Revert Backoff [v3]: Calculate TCP's connection close threshold as a time value. | Damian Lukowski | 2009-09-01 | 1 | -0/+18 |
* | | | Revert Backoff [v3]: Revert RTO on ICMP destination unreachable | Damian Lukowski | 2009-09-01 | 1 | -0/+12 |
* | | | dcbnl: Add support for setapp/getapp to netdev dcbnl_rtnl_ops | Yi Zou | 2009-09-01 | 1 | -0/+2 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma... | David S. Miller | 2009-08-30 | 4 | -19/+132 |
|\ \ \ |
|
| * | | | Bluetooth: Handle L2CAP case when the remote receiver is busy | Gustavo F. Padovan | 2009-08-26 | 1 | -0/+2 |
| * | | | Bluetooth: Fix rejected connection not disconnecting ACL link | Luiz Augusto von Dentz | 2009-08-22 | 1 | -0/+2 |
| * | | | Bluetooth: Full support for receiving L2CAP SREJ frames | Gustavo F. Padovan | 2009-08-22 | 1 | -0/+3 |
| * | | | Bluetooth: Add support for L2CAP SREJ exception | Gustavo F. Padovan | 2009-08-22 | 2 | -1/+14 |
| * | | | Bluetooth: Add support for FCS option to L2CAP | Gustavo F. Padovan | 2009-08-22 | 1 | -0/+2 |
| * | | | Bluetooth: Add support for Retransmission and Monitor Timers | Gustavo F. Padovan | 2009-08-22 | 2 | -3/+13 |
| * | | | Bluetooth: Initial support for retransmission of packets with REJ frames | Gustavo F. Padovan | 2009-08-22 | 1 | -0/+1 |
| * | | | Bluetooth: Add support for Segmentation and Reassembly of SDUs | Gustavo F. Padovan | 2009-08-22 | 1 | -1/+8 |
| * | | | Bluetooth: Add initial support for ERTM packets transfers | Gustavo F. Padovan | 2009-08-22 | 2 | -2/+55 |
| * | | | Bluetooth: Add configuration support for ERTM and Streaming mode | Gustavo F. Padovan | 2009-08-22 | 1 | -7/+21 |
| * | | | Bluetooth: Allow setting of L2CAP ERTM via socket option | Marcel Holtmann | 2009-08-22 | 1 | -3/+5 |
| * | | | Bluetooth: Convert hdev->req_lock to a mutex | Thomas Gleixner | 2009-08-22 | 1 | -3/+3 |
| * | | | Bluetooth: Add extra device reference counting for connections | Marcel Holtmann | 2009-08-22 | 1 | -0/+4 |
* | | | | tcp: keepalive cleanups | Eric Dumazet | 2009-08-28 | 1 | -0/+5 |
* | | | | mac80211: remove ieee80211_rx namespace hack | John W. Linville | 2009-08-28 | 1 | -10/+1 |
* | | | | libipw: switch from ieee80211_* to libipw_* naming policy | John W. Linville | 2009-08-28 | 1 | -3/+3 |