summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | GRO: Move netpoll checks to correct locationHerbert Xu2009-03-162-21/+7
| |_|/ |/| |
* | | tcp: make sure xmit goal size never becomes zeroIlpo Järvinen2009-03-151-1/+1
* | | tcp: cache result of earlier divides when mss-aligning thingsIlpo Järvinen2009-03-151-2/+12
* | | tcp: simplify tcp_current_mssIlpo Järvinen2009-03-153-43/+43
* | | tcp: don't check mtu probe completion in the loopIlpo Järvinen2009-03-151-7/+6
* | | tcp: consolidate paws checkIlpo Järvinen2009-03-152-8/+7
* | | tcp: kill dead end_seq variable in clean_rtx_queueIlpo Järvinen2009-03-151-3/+0
* | | tcp: remove pointless .dsack/.num_sacks codeIlpo Järvinen2009-03-152-7/+3
* | | pkt_sched: Change misleading code in class delete.Jarek Poplawski2009-03-154-8/+20
* | | tcp: '< 0' test on unsignedRoel Kluin2009-03-131-2/+3
* | | x25: '< 0' and '>= 0' test on unsignedRoel Kluin2009-03-131-6/+5
* | | ipv4: arp announce, arp_proxy and windows ip conflict verificationDenys Fedoryshchenko2009-03-131-2/+5
* | | Network Drop Monitor: Adding Build changes to enable drop monitorNeil Horman2009-03-132-0/+12
* | | Network Drop Monitor: Adding drop monitor implementation & Netlink protocolNeil Horman2009-03-131-0/+263
* | | Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-...Neil Horman2009-03-135-4/+26
* | | Network Drop Monitor: Add trace declaration for skb freesNeil Horman2009-03-132-0/+31
* | | sctp: add Adaptation Layer Indication parameter only when it's setmalc2009-03-131-10/+19
* | | sctp: fix to send FORWARD-TSN chunk only if peer has such capableWei Yongjun2009-03-131-0/+3
* | | sctp: fix to indicate ASCONF support in INIT-ACK only if peer has such capableWei Yongjun2009-03-131-2/+2
* | | sctp: simplify sctp listening codeVlad Yasevich2009-03-131-102/+50
* | | tcp: allow timestamps even if SYN packet has tsval=0Eric Dumazet2009-03-111-9/+0
* | | net: fix warning about non-const stringStephen Hemminger2009-03-101-1/+1
* | | net: convert usage of packet_type to read_mostlyStephen Hemminger2009-03-1016-22/+19
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-101-1/+2
|\ \ \ | |/ /
| * | cfg80211: test before subtraction on unsignedRoel Kluin2009-03-061-1/+2
* | | mac80211: Update IBSS beacon timestamp properlySujith2009-03-051-3/+5
* | | mac80211: Always send a null data frame if TIM bit is set.Vivek Natarajan2009-03-051-2/+1
* | | mac80211: Fix TKIP/WEP HT capability handlingSujith2009-03-051-1/+2
* | | mac80211: Fix quality reporting for wireless statsJohannes Berg2009-03-051-19/+39
* | | mac80211: Notify the driver only when the beacon interval changesSujith2009-03-051-1/+2
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-0511-114/+133
|\ \ \ | |/ /
| * | vlan: Fix vlan-in-vlan crashes.David S. Miller2009-03-042-23/+36
| * | net: Fix missing dev->neigh_setup in register_netdevice().David S. Miller2009-03-041-0/+1
| * | pkt_sched: act_police: Fix a rate estimator test.Jarek Poplawski2009-03-041-7/+6
| * | SCTP: change sctp_ctl_sock_init() to try IPv4 if IPv6 failsBrian Haley2009-03-041-3/+8
| * | IPv6: add "disable" module parameter support to ipv6.koBrian Haley2009-03-041-5/+16
| * | net: fix tokenring licenseMeelis Roos2009-03-031-0/+2
| * | netlink: invert error code in netlink_set_err()Pablo Neira Ayuso2009-03-031-1/+9
| * | netns: Remove net_aliveEric W. Biederman2009-03-032-9/+0
| * | tcp: Like icmp use register_pernet_subsysEric W. Biederman2009-03-031-1/+1
| * | netns: Fix icmp shutdown.Eric W. Biederman2009-03-031-1/+1
| * | netns: fix addrconf_ifdown kernel panicDaniel Lezcano2009-03-031-30/+9
| * | ipv6: Fix sysctl unregistration deadlockStephen Hemminger2009-03-031-6/+8
| * | net: Avoid race between network down and sysfsStephen Hemminger2009-03-031-1/+3
| * | sctp: fix kernel panic with ERROR chunk containing too many error causesWei Yongjun2009-03-022-35/+35
| * | sctp: fix crash during module unloadVlad Yasevich2009-03-021-4/+1
* | | neigh: Allow for user space users of the neighbour tableEric Biederman2009-03-041-1/+5
* | | rds: fix iband RDMA dependenciesRandy Dunlap2009-03-031-0/+1
* | | sctp: Fix broken RTO-doubling for data retransmitsVlad Yasevich2009-03-022-21/+17
* | | sctp: use time_before or time_after for comparing jiffiesWei Yongjun2009-03-022-4/+6
OpenPOWER on IntegriCloud