summaryrefslogtreecommitdiffstats
path: root/drivers/rtc (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-25iwlwifi: Bug fix, CCMP with HW encryption with AGGMax Stepanov2-0/+6
2008-03-25libertas: remove some unused commandsHolger Schurig2-10/+0
2008-03-25libertas: rename packetfilter to mac_controlHolger Schurig5-23/+22
2008-03-25libertas: convert CMD_MAC_CONTROL to a direct commandHolger Schurig3-28/+8
2008-03-24[CASSINI]: Use shorter list_splice_init() macro for brevity.Robert P. J. Day1-8/+4
2008-03-24[SCTP]: Remove redundant wrapper functions.Florian Westphal3-19/+3
2008-03-24[SCTP]: Replace char msg[] with static const char[].Florian Westphal2-5/+5
2008-03-24fib_trie: print information on all routing tablesStephen Hemminger1-84/+95
2008-03-24[AF_PACKET]: Remove unused variable.Jiri Olsa1-2/+1
2008-03-24[TCP]: Shrink syncookie_secret by 8 byte.Florian Westphal3-4/+4
2008-03-24[NET]: include/linux/udp.h - remove duplicate includeJoe Perches1-11/+7
2008-03-24[NET]: include/linux/igmp.h - remove duplicate includeJoe Perches1-21/+17
2008-03-24[NET]: include/linux/atalk.h - remove duplicate includeJoe Perches1-2/+0
2008-03-24[NET]: include/net/route.h - remove duplicate includeJoe Perches1-1/+0
2008-03-24sch_htb: fix "too many events" situationMartin Devera1-6/+7
2008-03-24[IPV6]: Remove unused code in ndisc_send_redirect().Rami Rosen1-3/+0
2008-03-24connector: convert to single-threaded workqueueEvgeniy Polyakov1-1/+1
2008-03-24[ATM]: When proc_create() fails, do some error handling work and return -ENOMEM.Wang Chen2-3/+20
2008-03-23[SUNGEM]: Fix NAPI assertion failure.David S. Miller1-1/+1
2008-03-23BNX2X: prevent ethtool from setting port typeEliezer Tamir1-34/+2
2008-03-23[8390]: Fix build error.David S. Miller1-1/+1
2008-03-23[9P] net/9p/trans_fd.c: remove unused variableJulia Lawall1-2/+0
2008-03-23[IPV6] net/ipv6/ndisc.c: remove unused variableJulia Lawall1-2/+0
2008-03-23[IPV4] fib_trie: fix warning from rcu_assign_poingerStephen Hemminger1-2/+5
2008-03-23[IPV4] route: use read_mostlyStephen Hemminger1-19/+17
2008-03-23[IPV4]: sk parameter is unused in ipv4_dst_blackhole.Denis V. Lunev1-2/+2
2008-03-23[NET]: NPROTO is redundant; it's equal to AF_MAX/PF_MAX.Rusty Russell1-1/+2
2008-03-23[RAW]: Add raw_hashinfo member on struct proto.Pavel Emelyanov4-29/+15
2008-03-23[UDP]: Make full use of proto.h.udp_hash innovation.Pavel Emelyanov7-40/+20
2008-03-23[SOCK]: Add udp_hash member to struct proto.Pavel Emelyanov9-12/+15
2008-03-23[IPV4]: Always pass ip_options pointer into ip_options_compile.Denis V. Lunev2-12/+10
2008-03-23[IPV4]: Remove unused ip_options->is_data.Denis V. Lunev3-8/+1
2008-03-23[IPV4]: Remove unnecessary check for opt->is_data in ip_options_compile.Denis V. Lunev1-2/+1
2008-03-22[TCP]: Let skbs grow over a page on fast peersHerbert Xu1-2/+2
2008-03-22[TCP]: TCP_DEFER_ACCEPT updates - process as establishedPatrick McManus9-33/+99
2008-03-22[TCP]: TCP_DEFER_ACCEPT updates - dont retxmt synackPatrick McManus1-2/+3
2008-03-22[TCP]: TCP_DEFER_ACCEPT updates - defer timeout conflicts with max_threshPatrick McManus1-2/+1
2008-03-21[DLCI]: Fix tiny race between module unload and sock_ioctl.Pavel Emelyanov1-4/+3
2008-03-21socket: SOCK_DEBUG type checkingStephen Hemminger1-1/+5
2008-03-21[NET]: NULL pointer dereference and other nasty things in /proc/net/(tcp|udp)[6]Pavel Emelyanov2-3/+3
2008-03-21netlink: make socket filters work on netlinkStephen Hemminger1-4/+23
2008-03-21[SCTP]: Fix build warnings with IPV6 disabled.David S. Miller1-1/+1
2008-03-21[IPV4]: Fix null dereference in ip_defragPhil Oester1-1/+1
2008-03-21[NETNS][IPV6] tcp6 - make proc per namespaceDaniel Lezcano5-19/+24
2008-03-21[NETNS][IPV6] udp6 - make proc per namespaceDaniel Lezcano7-24/+29
2008-03-21[NETNS][IPV4] tcp - make proc handle the network namespacesDaniel Lezcano2-9/+36
2008-03-21[NETNS][IPV6] tcp - assign the netns for timewait socketsDaniel Lezcano1-0/+1
2008-03-21[NETNS][IPV6] udp - make proc handle the network namespaceDaniel Lezcano2-4/+29
2008-03-21[NETNS][IPV6] mcast - fix compilation warning when procfs is not compiled inDaniel Lezcano1-15/+38
2008-03-21[NET]: Add per-connection option to set max TSO frame sizePeter P Waskiewicz Jr5-4/+19