aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-01sctp: try harder to figure out address family when checking wildcardsVlad Yasevich1-1/+1
2008-10-01sctp: reduce memory footprint of sctp_chunk structureNeil Horman1-14/+17
2008-10-01udp: Export UDP socket lookup functionKOVACS Krisztian1-0/+4
2008-10-01tcp: Port redirection support for TCPKOVACS Krisztian2-1/+2
2008-10-01ipv4: Make Netfilter's ip_route_me_harder() non-local address compatibleKOVACS Krisztian1-0/+6
2008-10-01tcp: Handle TCP SYN+ACK/ACK/RST transparencyKOVACS Krisztian2-1/+10
2008-10-01ipv4: Conditionally enable transparent flow flag when connectingKOVACS Krisztian1-1/+5
2008-10-01ipv4: Make inet_sock.h independent of route.hKOVACS Krisztian3-7/+6
2008-10-01ipv4: Implement IP_TRANSPARENT socket optionKOVACS Krisztian3-2/+5
2008-10-01ipv4: Loosen source address check on IPv4 outputJulian Anastasov1-0/+2
2008-10-01ipsec: Put dumpers on the dump listHerbert Xu2-43/+29
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller22-80/+209
2008-10-01ipv6: almost identical frag hashing funcs combinedIlpo Järvinen1-0/+2
2008-10-01net: add skb_recycle_check() to enable netdriver skb recyclingLennert Buytenhek1-0/+2
2008-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-4/+0
2008-10-01phonet: Protect if_phonet.h against multiple inclusions.Remi Denis-Courmont1-5/+6
2008-09-30ieee80211.h: remove superfluous ETH_P_PAE definitionJohn W. Linville1-4/+0
2008-09-30sctp: Fix kernel panic while process protocol violation parameterWei Yongjun1-0/+3
2008-09-30Phonet: declare headersRémi Denis-Courmont1-0/+2
2008-09-30netdev: use const for some name functionsStephen Hemminger1-2/+2
2008-09-26kgdb, x86_64: fix PS CS SS registers in gdb serialJason Wessel1-11/+9
2008-09-26kgdb, x86_64: gdb serial has BX and DX reversedJason Wessel1-2/+2
2008-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller4-11/+88
2008-09-24Merge branch 'for-2.6.28' of git://git.marvell.com/mv643xx_eth into upstream-nextJeff Garzik2-5/+10
2008-09-24Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-1/+1
2008-09-24MN10300: Move asm-arm/cnt32_to_63.h to include/linux/David Howells1-0/+80
2008-09-24netxen: add pci idsDhananjay Phadke1-0/+10
2008-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds2-2/+8
2008-09-249p: implement proper trans module refcounting and unregistrationTejun Heo2-2/+8
2008-09-24mac80211: clean up rate control APIJohannes Berg1-0/+68
2008-09-24mac80211: mesh portal functionality supportYanBo1-0/+5
2008-09-24cfg80211: show interface typeJohannes Berg2-2/+6
2008-09-24cfg80211: fix code ordering in header fileJohannes Berg1-9/+9
2008-09-24[MIPS] Fixe the definition of PTRS_PER_PGDJack Tan1-1/+1
2008-09-23Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-0/+5
2008-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-4/+4
2008-09-23smb.h: do not include linux/time.h in userspaceKirill A. Shutemov1-0/+2
2008-09-23x86: prevent C-states hang on AMD C1E enabled machinesThomas Gleixner2-0/+3
2008-09-23x86: prevent stale state of c1e_mask across CPU offline/onlineThomas Gleixner1-0/+2
2008-09-23pkt_sched: Remove the tx queue state check in qdisc_run()Jarek Poplawski1-4/+1
2008-09-23tcp: Use SKB queue handling interfaces instead of by-hand versions.David S. Miller1-25/+15
2008-09-23net: Add skb_queue_walk_from() and skb_queue_walk_from_safe().David S. Miller1-0/+9
2008-09-23net: Add skb_queue_next().David S. Miller1-0/+18
2008-09-23tcp: Use skb_queue_is_last() instead of by-hand version.David S. Miller1-3/+3
2008-09-23net: Add skb_queue_is_last().David S. Miller1-0/+13
2008-09-22pkt_sched: Make qdisc->gso_skb a list.David S. Miller1-1/+1
2008-09-22sctp: Use skb_queue_walk_safe() and skb_queue_split_tail_init().David S. Miller1-8/+2
2008-09-22net: Fix bus in SKB queue splicing interfaces.David S. Miller1-4/+4
2008-09-22net: network device name ifalias supportStephen Hemminger3-0/+5
2008-09-22Phonet: emit errors when a packet cannot be delivered locallyRemi Denis-Courmont2-0/+37